mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
php 8 support
This commit is contained in:
2
.github/workflows/unit-testing.yml
vendored
2
.github/workflows/unit-testing.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
php: [7.4]
|
||||
php: [8.0]
|
||||
stability: [prefer-stable]
|
||||
|
||||
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
"php": "^8.0",
|
||||
"ext-json": "*",
|
||||
"brianium/paratest": "^6.2",
|
||||
"cartalyst/stripe-laravel": "^13.1",
|
||||
@@ -37,11 +37,10 @@
|
||||
"ext-json": "*",
|
||||
"barryvdh/laravel-ide-helper": "^2.9",
|
||||
"facade/ignition": "^2.5.14",
|
||||
"fzaninotto/faker": "^1.9.2",
|
||||
"fakerphp/faker": "^1.14.1",
|
||||
"mockery/mockery": "^1.4.3",
|
||||
"nunomaduro/collision": "^5.3.0",
|
||||
"phpunit/phpunit": "^9.5.2",
|
||||
"supliu/laravel-query-monitor": "^1.0.2"
|
||||
"phpunit/phpunit": "^9.5.2"
|
||||
},
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
|
||||
2208
composer.lock
generated
2208
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user