Browse Source

Remove Composer platform check to allow php8 testing

Jordi Boggiano 5 năm trước cách đây
mục cha
commit
ec855db757
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      composer.json

+ 2 - 1
composer.json

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