Skip to content

Commit

Permalink
Laravel 9.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Philippe THEVENOUX committed Feb 28, 2022
1 parent e1170d5 commit ea3b60b
Show file tree
Hide file tree
Showing 2 changed files with 632 additions and 404 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"license": "MIT",
"keywords": ["laravel", "illuminate", "roman", "roman-number", "roman-numeral", "converter", "format", "validator"],
"require": {
"php": ">=7.4",
"php": ">=8",
"wandersonwhcr/romans": "^1.3",
"illuminate/support": "^8.35"
"illuminate/support": "^9"
},
"require-dev": {
"doctrine/instantiator": "^1.4",
"illuminate/container": "^8.35",
"illuminate/contracts": "^8.35",
"illuminate/container": "^9",
"illuminate/contracts": "^9",
"php-parallel-lint/php-parallel-lint": "^1.0",
"phpmd/phpmd": "^2.9",
"phpunit/phpunit": "9.5.*",
Expand Down
Loading

0 comments on commit ea3b60b

Please sign in to comment.