Skip to content

Commit ef6bf5d

Browse files
committed
composer-normalize
1 parent 2c13299 commit ef6bf5d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "slam/php-errorhandler-legacy",
3-
"type": "library",
43
"description": "Crappy class to manage errors and exceptions",
54
"license": "MIT",
5+
"type": "library",
66
"authors": [
77
{
88
"name": "Filippo Tessarotto",
@@ -23,11 +23,6 @@
2323
"slam/phpstan-extensions": "^6.0.0",
2424
"symfony/console": "^6.0.1"
2525
},
26-
"extra": {
27-
"mc-bumpface": {
28-
"stripVersionPrefixes": true
29-
}
30-
},
3126
"autoload": {
3227
"psr-4": {
3328
"Slam\\ErrorHandler\\": "lib/"
@@ -37,5 +32,10 @@
3732
"psr-4": {
3833
"SlamTest\\ErrorHandler\\": "tests/"
3934
}
35+
},
36+
"extra": {
37+
"mc-bumpface": {
38+
"stripVersionPrefixes": true
39+
}
4040
}
4141
}

0 commit comments

Comments
 (0)