Skip to content

Commit

Permalink
Merge pull request #54 from emmilive/feature/php8
Browse files Browse the repository at this point in the history
Adding PHP8 support and bump to 7.4
  • Loading branch information
obstschale authored Jan 12, 2022
2 parents 4e81baf + e262b4f commit 91f635b
Show file tree
Hide file tree
Showing 6 changed files with 1,494 additions and 742 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.4 || ^8.0",
"ext-json": "*"
},
"require-dev": {
"laravel-zero/framework": "^7.2",
"symfony/yaml": "^5.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.5"
"laravel-zero/framework": "^8.9",
"mockery/mockery": "^1.4",
"phpunit/phpunit": "^9.5",
"symfony/yaml": "^5.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 91f635b

Please sign in to comment.