We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed2d3c commit bf07eafCopy full SHA for bf07eaf
.gitattributes
@@ -8,7 +8,7 @@
8
.styleci.yml export-ignore
9
.travis.yml export-ignore
10
.php_cs.dist export-ignore
11
-CHANGELOG-* export-ignore
+CHANGELOG.md export-ignore
12
CODE_OF_CONDUCT.md export-ignore
13
CONTRIBUTING.md export-ignore
14
phpunit.xml.dist export-ignore
composer.json
@@ -11,14 +11,11 @@
"require": {
"php": "^7.2",
"ext-json": "*",
- "illuminate/database": "^6.0",
15
- "illuminate/support": "^6.0",
16
"illuminate/queue": "^6.0",
17
"php-amqplib/php-amqplib": "^2.11"
18
},
19
"require-dev": {
20
"phpunit/phpunit": "^8.4",
21
- "illuminate/events": "^6.0",
22
"mockery/mockery": "^1.0",
23
"laravel/horizon": "^3.0",
24
"friendsofphp/php-cs-fixer": "^2.16",
0 commit comments