Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cranberry3148 authored Aug 29, 2022
1 parent b356661 commit a600ed4
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 @@ -15,10 +15,10 @@
}
],
"require": {
"php": ">=7.0",
"laravel/framework": ">=5.5.33",
"php": ">=8.1",
"laravel/framework": ">=9.0.0",
"pragmarx/yaml": "^1.0|^1.1|^1.2",
"symfony/process": "^3.3|^4.0|^5.0|^6.0"
"symfony/process": "^3.3|^4.0|^5.0|^6.0|^6.1"
},
"require-dev": {
"phpunit/phpunit": "~5|~6|~7|~8|~9",
Expand Down

0 comments on commit a600ed4

Please sign in to comment.