Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
improve symfony version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Klauenbosch committed Jan 6, 2018
1 parent cf00dc0 commit 334c731
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 @@ -22,7 +22,7 @@
},
"require": {
"php": ">=7",
"symfony/symfony": "2.3.*|2.7.*|2.8.*|3.4.*"
"symfony/symfony": "^2.7|^3.3"
},
"suggests": {
"phpseclib/phpseclib": "^2.0",
Expand Down

0 comments on commit 334c731

Please sign in to comment.