Skip to content

Commit 7b0750a

Browse files
committed
Merge pull request #39 from andrewshell/patch-2
Updating to require pimple ~3.0
2 parents 9440a47 + 7c710ec commit 7b0750a

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": ">=2.1,<4",
2222
"doctrine/orm": "~2.3"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)