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:
parent
26471c9ed9
commit
76c85704d9
4 changed files with 50 additions and 5652 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue