mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-21 19:45:00 +00:00
:octocat: dependency update
This commit is contained in:
@@ -12,6 +12,9 @@ env:
|
||||
matrix:
|
||||
include:
|
||||
- php: 7.4
|
||||
- php: nightly
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
|
||||
before_install:
|
||||
- pecl channel-update pecl.php.net
|
||||
|
||||
+4
-4
@@ -24,13 +24,13 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^7.4",
|
||||
"php": "^7.4 || ^8.0",
|
||||
"ext-mbstring": "*",
|
||||
"chillerlan/php-settings-container": "^2.0"
|
||||
"chillerlan/php-settings-container": "^2.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.2",
|
||||
"phan/phan": "^3.0",
|
||||
"phpunit/phpunit": "^9.4",
|
||||
"phan/phan": "^3.2.2",
|
||||
"setasign/fpdf": "^1.8.2"
|
||||
},
|
||||
"suggest": {
|
||||
|
||||
Reference in New Issue
Block a user