Skip to content

Commit 8160ee9

Browse files
committed
up deps
1 parent 21e7d4b commit 8160ee9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
**/.DS_Store
12
.idea
23
.phpunit.cache
34
build

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"symfony/intl": "^7.2"
3131
},
3232
"require-dev": {
33+
"larastan/larastan": "^2.9||^3.0",
3334
"laravel/pint": "^1.14",
3435
"nunomaduro/collision": "^7.10.0||^8.1.1",
35-
"larastan/larastan": "^3.0",
3636
"orchestra/testbench": "^8.22.0||^9.0.0||^10.0.0",
37-
"pestphp/pest": "^3.0",
38-
"pestphp/pest-plugin-arch": "^3.0",
39-
"pestphp/pest-plugin-laravel": "^3.0",
37+
"pestphp/pest": "^2.34||^3.0",
38+
"pestphp/pest-plugin-arch": "^2.7||^3.0",
39+
"pestphp/pest-plugin-laravel": "^2.3||^3.0",
4040
"phpstan/extension-installer": "^1.3||^2.0",
4141
"phpstan/phpstan-deprecation-rules": "^1.1||^2.0",
4242
"phpstan/phpstan-phpunit": "^1.3||^2.0"

0 commit comments

Comments
 (0)