We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c13299 commit ef6bf5dCopy full SHA for ef6bf5d
composer.json
@@ -1,8 +1,8 @@
1
{
2
"name": "slam/php-errorhandler-legacy",
3
- "type": "library",
4
"description": "Crappy class to manage errors and exceptions",
5
"license": "MIT",
+ "type": "library",
6
"authors": [
7
8
"name": "Filippo Tessarotto",
@@ -23,11 +23,6 @@
23
"slam/phpstan-extensions": "^6.0.0",
24
"symfony/console": "^6.0.1"
25
},
26
- "extra": {
27
- "mc-bumpface": {
28
- "stripVersionPrefixes": true
29
- }
30
- },
31
"autoload": {
32
"psr-4": {
33
"Slam\\ErrorHandler\\": "lib/"
@@ -37,5 +32,10 @@
37
38
"SlamTest\\ErrorHandler\\": "tests/"
39
34
}
35
+ },
36
+ "extra": {
+ "mc-bumpface": {
+ "stripVersionPrefixes": true
+ }
40
41
0 commit comments