mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
Fix lack of autoload_real in latest humbug/box
This commit is contained in:
parent
64ea6f8ce9
commit
704ae5bd8f
@ -40,7 +40,6 @@
|
|||||||
"psalm/psalm": "self.version"
|
"psalm/psalm": "self.version"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"php": "^7.3|^8",
|
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"amphp/amp": "^2.4.2",
|
"amphp/amp": "^2.4.2",
|
||||||
"bamarni/composer-bin-plugin": "^1.2",
|
"bamarni/composer-bin-plugin": "^1.2",
|
||||||
@ -60,7 +59,8 @@
|
|||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"optimize-autoloader": true,
|
"optimize-autoloader": true,
|
||||||
"sort-packages": true
|
"sort-packages": true,
|
||||||
|
"platform-check": false
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
|
@ -2,9 +2,6 @@
|
|||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"require": {
|
"require": {
|
||||||
"humbug/box": "^3.8"
|
"humbug/box": "3.10.*"
|
||||||
},
|
|
||||||
"config": {
|
|
||||||
"platform-check": false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user