Skip to content

Commit ebc70e4

Browse files
authored
Merge pull request #4 from taildev/move-laravel-dependency
Moved laravel dependency
2 parents 5d117a3 + dd694d9 commit ebc70e4

2 files changed

Lines changed: 3893 additions & 3879 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"minimum-stability": "stable",
88
"require": {
99
"guzzlehttp/guzzle": "6.*||7.*",
10-
"laravel/framework": "5.*||6.*||7.*||8.*",
11-
"illuminate/contracts": "5.*||6.*||7.*||8.*",
1210
"monolog/monolog": "1.*||2.*",
1311
"nesbot/carbon": "2.*",
1412
"psr/log": "1.*",
1513
"ramsey/uuid": "^3.9||^4.0"
1614
},
1715
"require-dev": {
16+
"laravel/framework": "5.*||6.*||7.*||8.*",
17+
"illuminate/contracts": "5.*||6.*||7.*||8.*",
1818
"mockery/mockery": "^1.3",
1919
"orchestra/testbench": "^6.12",
2020
"phpunit/phpunit": "^7.0||^8.0||^9.0",

0 commit comments

Comments
 (0)