Skip to content

Commit

Permalink
Merge pull request #4 from Mohammad-Alavi/dev-update-to-laravel-7
Browse files Browse the repository at this point in the history
Upgrate dependencies to laravel 7
  • Loading branch information
gazugafan authored Apr 25, 2022
2 parents c8a9158 + 898cda4 commit 354c6f6
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 @@ -10,16 +10,16 @@
"homepage": "https://github.com/gazugafan/laravel-temporal",
"license": "MIT",
"require": {
"php" : ">=8.0",
"illuminate/database": "^8.0",
"illuminate/events": "^8.0",
"php" : ">=7.4.0",
"illuminate/database": "^7.0",
"illuminate/events": "^7.0",
"doctrine/dbal": "^2.5",
"laravel/helpers": "^1.2"
},
"require-dev": {
"phpunit/phpunit" : "^7.5.15|^8.4|^9.0",
"mockery/mockery": "^0.9.4",
"satooshi/php-coveralls": "*"
"satooshi/php-coveralls": "2.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 354c6f6

Please sign in to comment.