1
0
Fork 0
mirror of https://github.com/archtechx/jobpipeline.git synced 2025-12-12 09:54:04 +00:00

First try at Laravel 8 support + more advanced CI

This commit is contained in:
Andre Sayej 2020-09-07 12:16:49 +03:00
parent 31e07d6176
commit 02b0c4b6c9
No known key found for this signature in database
GPG key ID: 2D3526AA36109149
4 changed files with 49 additions and 5100 deletions

View file

@ -19,11 +19,13 @@
}
},
"require": {
"illuminate/support": "^6.0|^7.11"
"illuminate/support": "^6.0|^7.11|^8.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.2",
"orchestra/testbench": "^4.0|^5.2|^6.0",
"spatie/valuestore": "^1.2",
"ext-redis": "*"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}