Skip to content

Commit 31c4f72

Browse files
authored
Reorder require-dev dependencies in composer.json
1 parent 5cc9bd9 commit 31c4f72

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@
2121
"spatie/image-optimizer": "^1.2.0"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^10.3 || ^11.5 || ^12.3",
25-
"phpstan/phpstan": "^2.1",
26-
"php-collective/code-sniffer": "^0.4.1",
2724
"php-collective/file-storage": "^1.0.0",
28-
"instituteweb/composer-scripts": "^1.1"
25+
"php-collective/code-sniffer": "^0.4.1",
26+
"phpunit/phpunit": "^10.3 || ^11.5 || ^12.3",
27+
"phpstan/phpstan": "^2.1"
2928
},
3029
"minimum-stability": "dev",
3130
"prefer-stable": true,

0 commit comments

Comments
 (0)