Skip to content

Commit

Permalink
Merge pull request #8 from natsoman/support-lumen-8
Browse files Browse the repository at this point in the history
Support Lumen & PHP 8
  • Loading branch information
Kostas Natsopoulos authored Sep 1, 2021
2 parents 45271a5 + bf7547f commit 4492b4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
}
],
"require": {
"php": ">=7.3.0",
"illuminate/support": "^7.0",
"illuminate/routing": "^7.0",
"php": "^7.3|^8.0",
"illuminate/support": "^8.0",
"illuminate/routing": "^8.0",
"beatlabs/prometheus_client_php": "dev-master"
},
"repositories": [
Expand All @@ -34,6 +34,6 @@
"phpunit/phpunit": "^8.0",
"mockery/mockery": "^1.0",
"friendsofphp/php-cs-fixer": "2.*",
"orchestra/testbench": "^5.2"
"orchestra/testbench": "^6.0"
}
}

0 comments on commit 4492b4a

Please sign in to comment.