Skip to content

Commit

Permalink
Merge pull request #27 from sylfel/main
Browse files Browse the repository at this point in the history
Laravel 9.x support
  • Loading branch information
wandersonwhcr committed Mar 7, 2022
2 parents 26a0faf + fc44ed6 commit 4304377
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 86 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"require": {
"php": ">=8.0",
"wandersonwhcr/romans": "^1.3",
"illuminate/support": "^8.35"
"illuminate/support": "^9.0"
},
"require-dev": {
"doctrine/instantiator": "^1.4",
"illuminate/container": "^8.35",
"illuminate/contracts": "^8.35",
"illuminate/container": "^9.0",
"illuminate/contracts": "^9.0",
"php-parallel-lint/php-parallel-lint": "^1.0",
"phpmd/phpmd": "^2.9",
"phpunit/phpunit": "9.5.*",
Expand Down
Loading

0 comments on commit 4304377

Please sign in to comment.