Skip to content

Commit 5a2e580

Browse files
committed
Update v2.x-automation-test for micro/kernel-boot-plugin-depended
1 parent 613a43d commit 5a2e580

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

composer.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22
"name": "micro/kernel-boot-plugin-depended",
33
"description": "Micro Framework: Kernel Boot loader - component to provide dependencies",
44
"license": "MIT",
5-
"type": "micro-component",
5+
"type": "library",
66
"authors": [
77
{
88
"name": "Stanislau Komar",
99
"email": "[email protected]"
1010
}
1111
],
1212
"require": {
13+
"php": "^8.2",
1314
"micro/kernel": "^2.0"
1415
},
15-
"require-dev": {
16-
"ergebnis/composer-normalize": "^2.29"
17-
},
16+
"minimum-stability": "dev",
1817
"autoload": {
1918
"psr-4": {
2019
"Micro\\Framework\\BootPluginDependent\\": "/"
@@ -24,10 +23,6 @@
2423
]
2524
},
2625
"config": {
27-
"allow-plugins": {
28-
"ergebnis/composer-normalize": true
29-
},
3026
"sort-packages": true
31-
},
32-
"minimum-stability": "dev"
27+
}
3328
}

0 commit comments

Comments
 (0)