Skip to content

Commit

Permalink
Merge pull request #136 from ghostwriter/feature/qa-composer-normalize
Browse files Browse the repository at this point in the history
Normalize composer
  • Loading branch information
Ocramius authored May 21, 2021
2 parents a21b672 + 70d5301 commit cdc8acc
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 @@ -3,11 +3,6 @@
"type": "project",
"description": "Application that eases release management in the Laminas organisation through GitHub actions",
"license": "BSD-3-Clause",
"autoload": {
"psr-4": {
"Laminas\\AutomaticReleases\\": "src"
}
},
"require": {
"php": "^8.0.0",
"azjezz/psl": "^1.7.1",
Expand All @@ -25,11 +20,6 @@
"psr/log": "^1.1.3",
"symfony/console": "^5.2.3"
},
"autoload-dev": {
"psr-4": {
"Laminas\\AutomaticReleases\\Test\\Unit\\": "test/unit"
}
},
"require-dev": {
"doctrine/coding-standard": "^9.0.0",
"php-standard-library/psalm-plugin": "^1.1.1",
Expand All @@ -41,5 +31,15 @@
},
"config": {
"sort-packages": true
},
"autoload": {
"psr-4": {
"Laminas\\AutomaticReleases\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Laminas\\AutomaticReleases\\Test\\Unit\\": "test/unit"
}
}
}

0 comments on commit cdc8acc

Please sign in to comment.