php 8 support

This commit is contained in:
Peter Papp
2021-05-02 16:23:06 +02:00
parent 33a65b1c77
commit 583d65a1da
3 changed files with 1172 additions and 1045 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
fail-fast: true fail-fast: true
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
php: [7.4] php: [8.0]
stability: [prefer-stable] stability: [prefer-stable]
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }} name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
+3 -4
View File
@@ -8,7 +8,7 @@
], ],
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^7.3", "php": "^8.0",
"ext-json": "*", "ext-json": "*",
"brianium/paratest": "^6.2", "brianium/paratest": "^6.2",
"cartalyst/stripe-laravel": "^13.1", "cartalyst/stripe-laravel": "^13.1",
@@ -37,11 +37,10 @@
"ext-json": "*", "ext-json": "*",
"barryvdh/laravel-ide-helper": "^2.9", "barryvdh/laravel-ide-helper": "^2.9",
"facade/ignition": "^2.5.14", "facade/ignition": "^2.5.14",
"fzaninotto/faker": "^1.9.2", "fakerphp/faker": "^1.14.1",
"mockery/mockery": "^1.4.3", "mockery/mockery": "^1.4.3",
"nunomaduro/collision": "^5.3.0", "nunomaduro/collision": "^5.3.0",
"phpunit/phpunit": "^9.5.2", "phpunit/phpunit": "^9.5.2"
"supliu/laravel-query-monitor": "^1.0.2"
}, },
"config": { "config": {
"optimize-autoloader": true, "optimize-autoloader": true,
Generated
+1168 -1040
View File
File diff suppressed because it is too large Load Diff