1
0
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:
Matthew Brown 2020-12-29 14:01:22 +00:00 committed by Daniil Gentili
parent 64ea6f8ce9
commit 704ae5bd8f
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 4 additions and 7 deletions

View File

@ -40,7 +40,6 @@
"psalm/psalm": "self.version"
},
"require-dev": {
"php": "^7.3|^8",
"ext-curl": "*",
"amphp/amp": "^2.4.2",
"bamarni/composer-bin-plugin": "^1.2",
@ -60,7 +59,8 @@
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
"sort-packages": true,
"platform-check": false
},
"extra": {
"branch-alias": {

View File

@ -2,9 +2,6 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"humbug/box": "^3.8"
},
"config": {
"platform-check": false
"humbug/box": "3.10.*"
}
}