Skip to content

Commit bf07eaf

Browse files
committed
remove explicit dependencies
1 parent 4ed2d3c commit bf07eaf

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.styleci.yml export-ignore
99
.travis.yml export-ignore
1010
.php_cs.dist export-ignore
11-
CHANGELOG-* export-ignore
11+
CHANGELOG.md export-ignore
1212
CODE_OF_CONDUCT.md export-ignore
1313
CONTRIBUTING.md export-ignore
1414
phpunit.xml.dist export-ignore

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,11 @@
1111
"require": {
1212
"php": "^7.2",
1313
"ext-json": "*",
14-
"illuminate/database": "^6.0",
15-
"illuminate/support": "^6.0",
1614
"illuminate/queue": "^6.0",
1715
"php-amqplib/php-amqplib": "^2.11"
1816
},
1917
"require-dev": {
2018
"phpunit/phpunit": "^8.4",
21-
"illuminate/events": "^6.0",
2219
"mockery/mockery": "^1.0",
2320
"laravel/horizon": "^3.0",
2421
"friendsofphp/php-cs-fixer": "^2.16",

0 commit comments

Comments
 (0)