Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit 2c8de07

Browse files
committed
fixed Composer constraints
1 parent a6f009c commit 2c8de07

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
@@ -21,7 +21,7 @@
2121
"symfony/polyfill-apcu": "~1.1"
2222
},
2323
"require-dev": {
24-
"symfony/finder": "~2.0,>=2.0.5|~3.0.0"
24+
"symfony/finder": "^2.0.5|~3.0.0"
2525
},
2626
"autoload": {
2727
"psr-4": { "Symfony\\Component\\ClassLoader\\": "" },

0 commit comments

Comments
 (0)