1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-03 19:57:41 +02:00

Remove Composer platform check to allow php8 testing

This commit is contained in:
Jordi Boggiano
2020-05-22 09:49:50 +02:00
parent dc1e854c63
commit ec855db757

View File

@@ -66,7 +66,8 @@
]
},
"config": {
"sort-packages": true
"sort-packages": true,
"platform-check": false
},
"lock": false
}