Skip to content

Commit

Permalink
Moved to stable releases of all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joelambert committed Jul 23, 2015
1 parent 85c24ee commit 49476c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"description": "Core Primer framework",

"require": {
"xamin/handlebars.php": "dev-master",
"michelf/php-markdown": "1.4.*@dev",
"xamin/handlebars.php": "0.10.*",
"michelf/php-markdown": "1.5.*",
"symfony/event-dispatcher": "2.3.*",
"gajus/dindent": "1.0.*",
"symfony/console": "2.5.*",
"symfony/debug": "^3.0@dev"
"symfony/debug": "2.7.*"
},
"autoload": {
"psr-4": {
"Rareloop\\Primer\\": "src/Primer"
}
}
}
}

0 comments on commit 49476c1

Please sign in to comment.