Skip to content

Commit

Permalink
Merge pull request #31 from lara-zeus/ten
Browse files Browse the repository at this point in the history
support laravel 10
  • Loading branch information
atmonshi authored Apr 10, 2023
2 parents 08ebbe7 + f390f9d commit 8fa00ff
Show file tree
Hide file tree
Showing 2 changed files with 1,214 additions and 1,169 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
}
],
"require": {
"php": "^8.0",
"lara-zeus/core": "^2.3"
"php": "^8.1",
"lara-zeus/core": "^2.4"
},
"require-dev": {
"orchestra/testbench": "^6.0 || ^7.0",
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0",
"laravel/pint": "^1.0",
"nunomaduro/larastan": "^2.0.1",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"nunomaduro/larastan": "^2.0",
"pestphp/pest": "^1.21 || ^2.0",
"pestphp/pest-plugin-laravel": "^1.1 || ^2.0",
"pestphp/pest-plugin-livewire": "^1.0",
"pestphp/pest-plugin-parallel": "^0.3",
"phpstan/extension-installer": "^1.1",
Expand Down
Loading

0 comments on commit 8fa00ff

Please sign in to comment.