Skip to content

Commit cdc8acc

Browse files
authored
Merge pull request #136 from ghostwriter/feature/qa-composer-normalize
Normalize composer
2 parents a21b672 + 70d5301 commit cdc8acc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
"type": "project",
44
"description": "Application that eases release management in the Laminas organisation through GitHub actions",
55
"license": "BSD-3-Clause",
6-
"autoload": {
7-
"psr-4": {
8-
"Laminas\\AutomaticReleases\\": "src"
9-
}
10-
},
116
"require": {
127
"php": "^8.0.0",
138
"azjezz/psl": "^1.7.1",
@@ -25,11 +20,6 @@
2520
"psr/log": "^1.1.3",
2621
"symfony/console": "^5.2.3"
2722
},
28-
"autoload-dev": {
29-
"psr-4": {
30-
"Laminas\\AutomaticReleases\\Test\\Unit\\": "test/unit"
31-
}
32-
},
3323
"require-dev": {
3424
"doctrine/coding-standard": "^9.0.0",
3525
"php-standard-library/psalm-plugin": "^1.1.1",
@@ -41,5 +31,15 @@
4131
},
4232
"config": {
4333
"sort-packages": true
34+
},
35+
"autoload": {
36+
"psr-4": {
37+
"Laminas\\AutomaticReleases\\": "src"
38+
}
39+
},
40+
"autoload-dev": {
41+
"psr-4": {
42+
"Laminas\\AutomaticReleases\\Test\\Unit\\": "test/unit"
43+
}
4444
}
4545
}

0 commit comments

Comments
 (0)