Skip to content

Commit

Permalink
Merge pull request #126 from sprain/lextira-php8-compatibility
Browse files Browse the repository at this point in the history
PHP8 compatibility update
  • Loading branch information
sprain authored May 12, 2021
2 parents f77628a + eb7a35a commit 1c49198
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 122 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
php: ['7.4']
php: ['7.4', '8.0']
stability: ['prefer-lowest', 'prefer-stable']

name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"type": "library",
"license": "MIT",
"require": {
"php": "^7.4",
"php": "^7.4|^8.0",
"symfony/validator": "^3.4.47|^4.4|^5.0",
"symfony/intl": "^3.4.47|^4.4|^5.0",
"khanamiryan/qrcode-detector-decoder": "^1.0.3",
"kmukku/php-iso11649": "^1.5",
"endroid/qr-code": "^3.9.1"
"endroid/qr-code": "^3.9.7"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
"dg/bypass-finals": "^1.3",
"dms/phpunit-arraysubset-asserts": "^0.1|^0.2",
"fpdf/fpdf": "^1.82",
"friendsofphp/php-cs-fixer": "^2.17",
"friendsofphp/php-cs-fixer": "^2.19",
"phpstan/phpstan": "^0.12.53",
"symfony/css-selector": "^4.2",
"symfony/var-dumper": "^5.1",
Expand Down
Loading

0 comments on commit 1c49198

Please sign in to comment.