Merge pull request #49 from mr-feek/update-minimum-deps

chore: update dependencies to actual minimum requirements
This commit is contained in:
Matthew Brown 2020-04-19 08:40:52 -04:00 committed by GitHub
commit 63b3b035fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
php: [7.1, 8.0]
illuminate_version: [5.5.*, 6.*, 7.*]
illuminate_version: [5.8.*, 6.*, 7.*]
name: PHP ${{ matrix.php }} | Illuminate ${{ matrix.illuminate_version }}

View File

@ -6,13 +6,13 @@
"php": "^7.1.3|^8",
"ext-simplexml": "*",
"barryvdh/laravel-ide-helper": "^2.6",
"illuminate/container": "^5.5 || ^6.0 || ^7.0",
"illuminate/contracts": "^5.5 || ^6.0 || ^7.0",
"illuminate/database": "^5.5 || ^6.0 || ^7.0",
"illuminate/http": "^5.5 || ^6.0 || ^7.0",
"illuminate/support": "^5.5 || ^6.0 || ^7.0",
"illuminate/container": "5.8.* || ^6.0 || ^7.0",
"illuminate/contracts": "5.8.* || ^6.0 || ^7.0",
"illuminate/database": "5.8.* || ^6.0 || ^7.0",
"illuminate/http": "5.8.* || ^6.0 || ^7.0",
"illuminate/support": "5.8.* || ^6.0 || ^7.0",
"vimeo/psalm": "^3.8.2",
"orchestra/testbench": "^3.5 || ^4.0 || ^5.0"
"orchestra/testbench": "^3.8 || ^4.0 || ^5.0"
},
"license": "MIT",
"authors": [