Skip to content

Commit

Permalink
Normalized composer.json structure
Browse files Browse the repository at this point in the history
  • Loading branch information
shudd3r committed Oct 1, 2022
1 parent 81c0d17 commit 33c6e64
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
"email": "q3.shudder@gmail.com"
}
],
"minimum-stability": "stable",
"require": {
"php": "^7.4 || ^8.0",
"friendsofphp/php-cs-fixer": "3.9.*",
"squizlabs/php_codesniffer": "^3.7.1",
"phpunit/phpunit": "^9.5.21",
"php-coveralls/php-coveralls": "^2.5.2",
"shudd3r/skeletons": "^0.5.0"
},
"autoload": {
"psr-4": {
"Polymorphine\\Dev\\": "src/"
Expand All @@ -19,15 +28,6 @@
"Polymorphine\\Dev\\Tests\\": "tests/"
}
},
"minimum-stability": "stable",
"require": {
"php": "^7.4 || ^8.0",
"friendsofphp/php-cs-fixer": "3.9.*",
"squizlabs/php_codesniffer": "^3.7.1",
"phpunit/phpunit": "^9.5.21",
"php-coveralls/php-coveralls": "^2.5.2",
"shudd3r/skeletons": "^0.5.0"
},
"scripts": {
"test-cs": [
"php-cs-fixer --dry-run -v --config=cs-fixer.php.dist --path-mode=intersection fix src tests",
Expand Down

0 comments on commit 33c6e64

Please sign in to comment.