Skip to content

Commit 3bee3be

Browse files
committed
fix: laravel 10m an dup
1 parent 9175f4a commit 3bee3be

13 files changed

+5549
-2684
lines changed

composer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,18 @@
1515
},
1616
"require": {
1717
"php": "^8.0",
18-
"illuminate/support": "^8.0|^9.0",
19-
"illuminate/validation": "^8.0|^9.0",
20-
"illuminate/translation": "^8.0|^9.0"
18+
"illuminate/support": ">=9.0",
19+
"illuminate/validation": ">=9.0",
20+
"illuminate/translation": ">=9.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^9.0",
24-
"nunomaduro/larastan": "^1.0|^2.0",
25-
"guzzlehttp/guzzle": "^7.0"
23+
"phpunit/phpunit": "^10.0",
24+
"larastan/larastan": "^2.0",
25+
"guzzlehttp/guzzle": "^7.0",
26+
"orchestra/testbench": "^9.0"
2627
},
2728
"scripts": {
2829
"test": "phpunit",
29-
"larastan": "phpstan"
30+
"larastan": "phpstan analyse --memory-limit=1G"
3031
}
3132
}

0 commit comments

Comments
 (0)