Skip to content

Commit

Permalink
Merge pull request #10 from mathroc/dx/require-pimple-not-silex
Browse files Browse the repository at this point in the history
require pimple instead of silex 2
  • Loading branch information
williamespindola authored Sep 29, 2017
2 parents fe0c5b5 + c288fb4 commit a1ccf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"require": {
"php": ">=5.5.0",
"silex/silex": "~2.0",
"pimple/pimple": "^3.0",
"php-amqplib/rabbitmq-bundle": "~1.9"
},
"suggest": {
Expand Down

0 comments on commit a1ccf73

Please sign in to comment.