Skip to content

Commit

Permalink
fix: laravel 10m an dup
Browse files Browse the repository at this point in the history
  • Loading branch information
phpsa committed May 15, 2024
1 parent 9175f4a commit 3bee3be
Show file tree
Hide file tree
Showing 13 changed files with 5,549 additions and 2,684 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,18 @@
},
"require": {
"php": "^8.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/validation": "^8.0|^9.0",
"illuminate/translation": "^8.0|^9.0"
"illuminate/support": ">=9.0",
"illuminate/validation": ">=9.0",
"illuminate/translation": ">=9.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"nunomaduro/larastan": "^1.0|^2.0",
"guzzlehttp/guzzle": "^7.0"
"phpunit/phpunit": "^10.0",
"larastan/larastan": "^2.0",
"guzzlehttp/guzzle": "^7.0",
"orchestra/testbench": "^9.0"
},
"scripts": {
"test": "phpunit",
"larastan": "phpstan"
"larastan": "phpstan analyse --memory-limit=1G"
}
}
Loading

0 comments on commit 3bee3be

Please sign in to comment.