Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
krissss authored Jul 18, 2024
1 parent 3547b5c commit 9225922
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"minimum-stability": "stable",
"require": {
"php": ">7.0",
"symfony/http-foundation": "^3.0|^4.0|^5.0|^6.0",
"symfony/finder": "^3.0|^4.0|^5.0|^6.0",
"nesbot/carbon": "^1.0|^2.0"
"symfony/http-foundation": ">=3.0",
"symfony/finder": ">=3.0",
"nesbot/carbon": ">=1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9225922

Please sign in to comment.