mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-09-02 05:27:15 +00:00
Merge remote-tracking branch 'origin/master' into php-7.4
This commit is contained in:
+3
-1
@@ -13,7 +13,9 @@ matrix:
|
||||
- php: 7.4snapshot
|
||||
- php: nightly
|
||||
|
||||
before_install: printf "\n" | pecl install imagick
|
||||
before_install:
|
||||
- pecl channel-update pecl.php.net
|
||||
- printf "\n" | pecl install imagick
|
||||
install: travis_retry composer install --no-interaction --prefer-source
|
||||
script: vendor/bin/phpunit --configuration phpunit.xml --coverage-clover clover.xml
|
||||
after_script: bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
@@ -34,6 +34,11 @@ Hi, please check out my other projects that are way cooler than qrcodes!
|
||||
|
||||
## Documentation
|
||||
|
||||
### Requirements
|
||||
- PHP 7.2+
|
||||
- `ext-gd`, `ext-json`, `ext-mbstring`
|
||||
- optional `ext-imagick`
|
||||
|
||||
### Installation
|
||||
**requires [composer](https://getcomposer.org)**
|
||||
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@
|
||||
"phpunit/phpunit": "^8.3"
|
||||
},
|
||||
"suggest": {
|
||||
"chillerlan/php-authenticator": "^3.0"
|
||||
"chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps."
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
||||
Reference in New Issue
Block a user