Skip to content

Commit

Permalink
Merge pull request #1 from ilimic1/normalize-composer-json
Browse files Browse the repository at this point in the history
Normalizing composer.json with ergebnis/composer-normalize.
  • Loading branch information
ilimic1 authored Oct 2, 2022
2 parents 600c73a + fe7a803 commit 0eaabe1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,8 @@
"php": "7.4.* || 8.0.* || 8.1.* || 8.2.*"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.8"
},
"scripts": {
"test": [
"@test:phpunit",
"@test:phpstan"
],
"test:phpstan": "phpstan",
"test:phpunit": "phpunit"
"phpstan/phpstan": "^1.8",
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
Expand All @@ -36,5 +28,13 @@
"psr-4": {
"Ilimic\\Classnames\\Tests\\": "tests/"
}
},
"scripts": {
"test": [
"@test:phpunit",
"@test:phpstan"
],
"test:phpstan": "phpstan",
"test:phpunit": "phpunit"
}
}

0 comments on commit 0eaabe1

Please sign in to comment.