Skip to content

Commit 11e3a33

Browse files
committed
Fix dependency constraint because of a BC break in Slim 3.2.0
1 parent 070f4f6 commit 11e3a33

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
@@ -17,7 +17,7 @@
1717
"php": "~5.6|~7.0",
1818
"php-di/php-di": "^5.2.0",
1919
"php-di/invoker": "^1.2.0",
20-
"slim/slim": "^3.2.0"
20+
"slim/slim": "^3.2.1"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "~5.1"

0 commit comments

Comments
 (0)