Skip to content

Commit f507e9a

Browse files
committed
Updating to require pimple ~3.0
Silex 2.0.x has been updated to require pimple ~3.0 which makes this library incompatible with silex 2.0.x. There is no difference between pimple 2.1.1 and 3.0.0 just a version bump.
1 parent 9440a47 commit f507e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": ">=5.3.3",
21-
"pimple/pimple": "~2.1",
21+
"pimple/pimple": "~3.0",
2222
"doctrine/orm": "~2.3"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)