Skip to content

Commit

Permalink
Merge pull request #14 from Skysplit/add-laravel
Browse files Browse the repository at this point in the history
Added support for laravel 8.x
  • Loading branch information
duxthefux authored Oct 21, 2020
2 parents c47984b + d600513 commit d95572b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"require": {
"php": ">=7.4.0",
"ext-intl": "*",
"illuminate/support": "^7",
"illuminate/translation": "^7",
"illuminate/validation": "^7"
"illuminate/support": "^8",
"illuminate/translation": "^8",
"illuminate/validation": "^8"
},
"require-dev": {
"orchestra/testbench": "5.1.0",
"orchestra/testbench": "6.2.0",
"phpunit/phpunit": "^9.0",
"friendsofphp/php-cs-fixer": "^2.16"
},
Expand Down

0 comments on commit d95572b

Please sign in to comment.