-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c49216
commit dabd911
Showing
3 changed files
with
65 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,65 @@ | ||
{ | ||
"name": "laravel/messenger-app", | ||
"type": "project", | ||
"description": "A Messenger App Made with The Laravel Framework and AceLords Messenger.", | ||
"keywords": [ | ||
"framework", | ||
"laravel" | ||
], | ||
"license": "MIT", | ||
"require": { | ||
"php": "^7.2", | ||
"fideloper/proxy": "^4.0", | ||
"laravel/framework": "^6.0", | ||
"laravel/helpers": "^1.1", | ||
"laravel/tinker": "^1.0", | ||
"lexxyungcarter/chatmessenger": "^1.2", | ||
"pusher/pusher-php-server": "~4.0" | ||
}, | ||
"require-dev": { | ||
"beyondcode/laravel-dump-server": "^1.0", | ||
"facade/ignition": "^1.4", | ||
"fzaninotto/faker": "^1.4", | ||
"mockery/mockery": "^1.0", | ||
"nunomaduro/collision": "^3.0", | ||
"phpunit/phpunit": "^8.0" | ||
}, | ||
"config": { | ||
"optimize-autoloader": true, | ||
"preferred-install": "dist", | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"dont-discover": [] | ||
} | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"App\\": "app/" | ||
}, | ||
"classmap": [ | ||
"database/seeds", | ||
"database/factories" | ||
] | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Tests\\": "tests/" | ||
} | ||
"name": "laravel/messenger-app", | ||
"type": "project", | ||
"description": "A Messenger App Made with The Laravel Framework and AceLords Messenger.", | ||
"keywords": [ | ||
"framework", | ||
"laravel" | ||
], | ||
"license": "MIT", | ||
"require": { | ||
"php": "^7.2", | ||
"fideloper/proxy": "^4.0", | ||
"laravel/framework": "^6.0", | ||
"laravel/helpers": "^1.1", | ||
"laravel/tinker": "^1.0", | ||
"syntaxlexx/chatmessenger": "^1.3", | ||
"pusher/pusher-php-server": "~4.0" | ||
}, | ||
"require-dev": { | ||
"beyondcode/laravel-dump-server": "^1.0", | ||
"facade/ignition": "^1.4", | ||
"fzaninotto/faker": "^1.4", | ||
"mockery/mockery": "^1.0", | ||
"nunomaduro/collision": "^3.0", | ||
"phpunit/phpunit": "^8.0" | ||
}, | ||
"config": { | ||
"optimize-autoloader": true, | ||
"preferred-install": "dist", | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"dont-discover": [] | ||
} | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"App\\": "app/" | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"scripts": { | ||
"post-autoload-dump": [ | ||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", | ||
"@php artisan package:discover --ansi" | ||
], | ||
"post-root-package-install": [ | ||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" | ||
], | ||
"post-create-project-cmd": [ | ||
"@php artisan key:generate --ansi" | ||
] | ||
"classmap": [ | ||
"database/seeds", | ||
"database/factories" | ||
] | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Tests\\": "tests/" | ||
} | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"scripts": { | ||
"post-autoload-dump": [ | ||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", | ||
"@php artisan package:discover --ansi" | ||
], | ||
"post-root-package-install": [ | ||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" | ||
], | ||
"post-create-project-cmd": [ | ||
"@php artisan key:generate --ansi" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters