Skip to content

Commit

Permalink
laravel 7 - php 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boivinj committed Mar 9, 2022
1 parent e2606ec commit c10a4ae
Show file tree
Hide file tree
Showing 3 changed files with 1,621 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.idea
.vscode
.vscode
/vendor

16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
],
"license": "MIT",
"authors": [
{
"name": "Maxime Rault",
"role": "Developer"
}
{
"name": "Maxime Rault",
"role": "Developer"
}
],
"require": {
"php": "^7.2.5",
"php": "^7.2.5|^8.0",
"illuminate/database": "^7.0"
},
"require-dev": {
},
"autoload": {
"psr-4": {
"Cooperl\\DB2\\": "src/"
}
"psr-4": {
"Cooperl\\DB2\\": "src/"
}
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit c10a4ae

Please sign in to comment.