-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 945 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "ivanmercedes/musicaclone",
"description": "Script clon de musica.com",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Ivan Mercedes",
"email": "ivanmercede@gmail.com"
}
],
"config": {
"optimize-autoloader": true
},
"post-install-cmd": [
"chmod -R 777 public/"
],
"require": {
"phroute/phroute": "^2.1",
"twig/twig": "^3.0",
"illuminate/database": "^7.25",
"illuminate/pagination": "^7.26",
"vlucas/phpdotenv": "^5.1",
"fzaninotto/faker": "^1.9",
"illuminate/events": "^7.26",
"plasticbrain/php-flash-messages": "^1.0",
"siriusphp/validation": "^3.0",
"cocur/slugify": "^4.0",
"verot/class.upload.php": "^2.0",
"melbahja/seo": "^1.0"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
}
}