Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranmcnulty committed Oct 10, 2015
1 parent d476c47 commit 0a0dd93
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -22,19 +22,19 @@
"phpspec/prophecy": "~1.4",
"phpspec/php-diff": "~1.0.0",
"sebastian/exporter": "~1.0",
"symfony/console": "~2.3",
"symfony/event-dispatcher": "~2.1",
"symfony/process": "^2.6",
"symfony/finder": "~2.1",
"symfony/yaml": "~2.1",
"symfony/console": "~2.3|~3.0",
"symfony/event-dispatcher": "~2.1|~3.0",
"symfony/process": "^2.6|~3.0",
"symfony/finder": "~2.1|~3.0",
"symfony/yaml": "~2.1|~3.0",
"doctrine/instantiator": "^1.0.1",
"ext-tokenizer": "*"
},

"require-dev": {
"behat/behat": "^3.0.11",
"bossa/phpspec2-expect": "~1.0",
"symfony/filesystem": "~2.1",
"symfony/filesystem": "~2.1|~3.0",
"phpunit/phpunit": "~4.4"
},

Expand Down

0 comments on commit 0a0dd93

Please sign in to comment.