We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613a43d commit 5a2e580Copy full SHA for 5a2e580
composer.json
@@ -2,19 +2,18 @@
2
"name": "micro/kernel-boot-plugin-depended",
3
"description": "Micro Framework: Kernel Boot loader - component to provide dependencies",
4
"license": "MIT",
5
- "type": "micro-component",
+ "type": "library",
6
"authors": [
7
{
8
"name": "Stanislau Komar",
9
"email": "[email protected]"
10
}
11
],
12
"require": {
13
+ "php": "^8.2",
14
"micro/kernel": "^2.0"
15
},
- "require-dev": {
16
- "ergebnis/composer-normalize": "^2.29"
17
- },
+ "minimum-stability": "dev",
18
"autoload": {
19
"psr-4": {
20
"Micro\\Framework\\BootPluginDependent\\": "/"
@@ -24,10 +23,6 @@
24
23
]
25
26
"config": {
27
- "allow-plugins": {
28
- "ergebnis/composer-normalize": true
29
30
"sort-packages": true
31
32
- "minimum-stability": "dev"
+ }
33
0 commit comments