Skip to content

Commit

Permalink
Merge pull request #81 from mtawil/patch-1
Browse files Browse the repository at this point in the history
Support Laravel 10
  • Loading branch information
frankyso authored Feb 24, 2023
2 parents 430d7d7 + fa30c5d commit 838595c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@
"php": "^8.0",
"filament/filament": "^2.0",
"filament/notifications": "^2.0",
"illuminate/contracts": "^9.0",
"illuminate/support": "^9.0",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"maatwebsite/excel": "^3.1",
"psr/simple-cache": "^2.0",
"spatie/laravel-package-tools": "^1.9.2"
"spatie/laravel-package-tools": "^1.14"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^6.0",
"nunomaduro/larastan": "^2.0.1",
"nunomaduro/collision": "^6.0|^7.0",
"nunomaduro/larastan": "^2.0",
"orchestra/testbench": "^7.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^9.5|^10.0"
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit 838595c

Please sign in to comment.