Skip to content

Commit

Permalink
preparing the 1st stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Oct 10, 2013
1 parent 091da56 commit e7199fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"php": ">=5.3.3",
"ext-libxml":"*",
"ext-curl":"*",
"phpcr/phpcr": "~2.1.0-RC1",
"phpcr/phpcr-utils": "~1.0.0-RC1",
"jackalope/jackalope": "~1.0.0-RC1"
"phpcr/phpcr": "~2.1.0",
"phpcr/phpcr-utils": "~1.0.0",
"jackalope/jackalope": "~1.0.0"
},
"provide": {
"jackalope/jackalope-transport": "1.0.0-RC1"
"jackalope/jackalope-transport": "1.0.0"
},
"require-dev": {
"phpcr/phpcr-api-tests": "dev-master",
"phpcr/phpcr-api-tests": "~2.1.0",
"symfony/console": "~2.0"
},
"autoload": {
Expand Down

0 comments on commit e7199fd

Please sign in to comment.