Skip to content

Commit

Permalink
Merge pull request #4 from taildev/move-laravel-dependency
Browse files Browse the repository at this point in the history
Moved laravel dependency
  • Loading branch information
kyleferguson authored Apr 27, 2021
2 parents 5d117a3 + dd694d9 commit ebc70e4
Show file tree
Hide file tree
Showing 2 changed files with 3,893 additions and 3,879 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"minimum-stability": "stable",
"require": {
"guzzlehttp/guzzle": "6.*||7.*",
"laravel/framework": "5.*||6.*||7.*||8.*",
"illuminate/contracts": "5.*||6.*||7.*||8.*",
"monolog/monolog": "1.*||2.*",
"nesbot/carbon": "2.*",
"psr/log": "1.*",
"ramsey/uuid": "^3.9||^4.0"
},
"require-dev": {
"laravel/framework": "5.*||6.*||7.*||8.*",
"illuminate/contracts": "5.*||6.*||7.*||8.*",
"mockery/mockery": "^1.3",
"orchestra/testbench": "^6.12",
"phpunit/phpunit": "^7.0||^8.0||^9.0",
Expand Down
Loading

0 comments on commit ebc70e4

Please sign in to comment.