Merge pull request #1314 from openclassify/docker

Docker
This commit is contained in:
Fatih Alp 2022-06-08 10:38:41 +03:00 committed by GitHub
commit 1636208f45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -104,8 +104,7 @@
"fzaninotto/faker": "~1.4",
"symfony/css-selector": "3.1.*",
"symfony/dom-crawler": "3.1.*",
"anomaly/installer-module": "~2.4.0",
"laravel/sail": "^1.14"
"anomaly/installer-module": "~2.4.0"
},
"repositories": [
{

View File

@ -209,7 +209,6 @@ return [
*/
Anomaly\Streams\Platform\StreamsServiceProvider::class,
Sentry\Laravel\ServiceProvider::class,
\Laravel\Sail\SailServiceProvider::class
],
/*