mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-22 02:33:10 +00:00
🔥 PHP 7.4+
This commit is contained in:
@@ -7,8 +7,6 @@ language: php
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- php: 7.2
|
||||
- php: 7.3
|
||||
- php: 7.4snapshot
|
||||
- php: nightly
|
||||
allow_failures:
|
||||
|
||||
+2
-2
@@ -24,13 +24,13 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^7.2",
|
||||
"php": "^7.4",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"chillerlan/php-settings-container": "^1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.0"
|
||||
"phpunit/phpunit": "^8.2"
|
||||
},
|
||||
"suggest": {
|
||||
"chillerlan/php-authenticator": "^3.0"
|
||||
|
||||
Reference in New Issue
Block a user