Skip to content

Commit

Permalink
php 8.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
arrilot committed Apr 7, 2021
1 parent d45169c commit b1abea3
Show file tree
Hide file tree
Showing 2 changed files with 1,306 additions and 618 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.1.3 || ^8.0",
"swagger-api/swagger-ui": "^3.30.0"
},
"autoload": {
Expand All @@ -19,6 +19,6 @@
}
},
"require-dev": {
"laravel/framework": "^5.8"
"laravel/framework": "^8.0"
}
}
Loading

0 comments on commit b1abea3

Please sign in to comment.