Skip to content

Commit 9d5c981

Browse files
committed
dodane informacije
1 parent 7be6961 commit 9d5c981

1 file changed

Lines changed: 2 additions & 29 deletions

File tree

composer.json

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,6 @@
33
"name": "lfilips/php-config",
44
"description": "S tem paketom boste lahko enostavno zapisovali konfiguracijske datoteke v obliki razredov ali pa v navadni.",
55
"keywords": ["filips", "php-config"],
6-
"type": "project",
7-
"autoload": {
8-
"classmap": [
9-
"database"
10-
],
11-
"psr-4": {
12-
"App\\": "app/"
13-
}
14-
},
15-
"scripts": {
16-
"post-root-package-install": [
17-
"php -r \"copy('.env.example', '.env');\""
18-
],
19-
"post-create-project-cmd": [
20-
"php artisan key:generate"
21-
],
22-
"post-install-cmd": [
23-
"php artisan clear-compiled",
24-
"php artisan optimize"
25-
],
26-
"pre-update-cmd": [
27-
"php artisan clear-compiled"
28-
],
29-
"post-update-cmd": [
30-
"php artisan optimize"
31-
]
32-
},
33-
"config": {
34-
"preferred-install": "dist"
6+
"type": "project"
7+
}
358

0 commit comments

Comments
 (0)