Skip to content

Commit

Permalink
Merge pull request #113 from HamzaAlayed/master
Browse files Browse the repository at this point in the history
Laravel 11 compatibility.
  • Loading branch information
antonioribeiro committed Aug 21, 2024
2 parents 19595ae + bfd8246 commit 0f06645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"require": {
"php": ">=7.0",
"laravel/framework": ">=5.5.33",
"pragmarx/yaml": "^1.0",
"symfony/process": "^3.3|^4.0|^5.0"
"pragmarx/yaml": "^1.3",
"symfony/process": "^3.3|^4.0|^5.0|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "~5|~6|~7|~8|~9",
Expand Down

0 comments on commit 0f06645

Please sign in to comment.