Skip to content

Commit e9f12bc

Browse files
committed
Normalized composer.json structure
1 parent 79cea7c commit e9f12bc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
"email": "q3.shudder@gmail.com"
1010
}
1111
],
12+
"minimum-stability": "stable",
13+
"require": {
14+
"php": "^7.4 || ^8.0",
15+
"friendsofphp/php-cs-fixer": "3.9.*",
16+
"squizlabs/php_codesniffer": "^3.7.1",
17+
"phpunit/phpunit": "^9.5.21",
18+
"php-coveralls/php-coveralls": "^2.5.2"
19+
},
1220
"autoload": {
1321
"psr-4": {
1422
"Polymorphine\\Dev\\": "src/"
@@ -19,14 +27,6 @@
1927
"Polymorphine\\Dev\\Tests\\": "tests/"
2028
}
2129
},
22-
"minimum-stability": "stable",
23-
"require": {
24-
"php": "^7.4 || ^8.0",
25-
"friendsofphp/php-cs-fixer": "3.9.*",
26-
"squizlabs/php_codesniffer": "^3.7.1",
27-
"phpunit/phpunit": "^9.5.21",
28-
"php-coveralls/php-coveralls": "^2.5.2"
29-
},
3030
"scripts": {
3131
"test-cs": [
3232
"php-cs-fixer --dry-run -v --config=cs-fixer.php.dist --path-mode=intersection fix src tests",

0 commit comments

Comments
 (0)