1
0
Fork 0
mirror of https://github.com/archtechx/virtualcolumn.git synced 2025-12-12 06:44:05 +00:00

First try at Laravel 8 support + more advanced CI

This commit is contained in:
Andre Sayej 2020-09-07 11:55:31 +03:00
parent 26471c9ed9
commit 76c85704d9
No known key found for this signature in database
GPG key ID: 2D3526AA36109149
4 changed files with 50 additions and 5652 deletions

View file

@ -19,10 +19,12 @@
}
},
"require": {
"illuminate/support": "^6.0|^7.11",
"illuminate/database": "^6.0|^7.11"
"illuminate/support": "^6.0|^7.11|^8.0",
"illuminate/database": "^6.0|^7.11|^8.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.2"
}
"orchestra/testbench": "^4.0|^5.2|^6.0"
},
"minimum-stability": "dev",
"prefer-stable": true
}