|
1 | 1 | {
|
2 |
| - "name": "dimadeush/docker-nginx-php-laravel", |
| 2 | + "name": "systemsdk/docker-nginx-php-laravel", |
3 | 3 | "type": "project",
|
4 | 4 | "description": "Docker laravel environment",
|
5 | 5 | "keywords": [
|
|
10 | 10 | "Supervisord",
|
11 | 11 | "MySQL"
|
12 | 12 | ],
|
13 |
| - "homepage": "https://github.com/dimadeush/docker-nginx-php-laravel", |
14 |
| - "version": "1.0.0", |
| 13 | + "homepage": "https://github.com/systemsdk/docker-nginx-php-laravel", |
15 | 14 | "license": "MIT",
|
16 | 15 | "authors": [
|
17 | 16 | {
|
|
30 | 29 | "ext-pdo": "*",
|
31 | 30 | "ext-pdo_mysql": "*",
|
32 | 31 | "fruitcake/laravel-cors": "^2.0",
|
33 |
| - "guzzlehttp/guzzle": "^7.3", |
| 32 | + "guzzlehttp/guzzle": "^7.4", |
34 | 33 | "jaybizzle/laravel-migrations-organiser": "^6.1",
|
35 |
| - "laravel/framework": "^8.55", |
36 |
| - "laravel/sanctum": "^2.11", |
| 34 | + "laravel/framework": "^8.76", |
| 35 | + "laravel/sanctum": "^2.13", |
37 | 36 | "laravel/tinker": "^2.6"
|
38 | 37 | },
|
39 | 38 | "require-dev": {
|
40 | 39 | "bamarni/composer-bin-plugin": "^1.4",
|
41 | 40 | "barryvdh/laravel-ide-helper": "^2.10",
|
42 |
| - "ergebnis/composer-normalize": "^2.15", |
| 41 | + "ergebnis/composer-normalize": "^2.18", |
43 | 42 | "facade/ignition": "^2.5",
|
44 | 43 | "fakerphp/faker": "^1.9",
|
45 | 44 | "laravel/sail": "^1.0",
|
|
54 | 53 | "php": "8.0.0"
|
55 | 54 | },
|
56 | 55 | "preferred-install": "dist",
|
57 |
| - "sort-packages": true |
| 56 | + "sort-packages": true, |
| 57 | + "allow-plugins": { |
| 58 | + "bamarni/composer-bin-plugin": true, |
| 59 | + "composer/package-versions-deprecated": true, |
| 60 | + "ergebnis/composer-normalize": true, |
| 61 | + "neronmoon/scriptsdev": true |
| 62 | + } |
58 | 63 | },
|
59 | 64 | "extra": {
|
60 | 65 | "bamarni-bin": {
|
|
84 | 89 | "PHPMD\\": "tools/06_phpmd/vendor/phpmd/phpmd/src/bin",
|
85 | 90 | "PhpCsFixer\\": "tools/03_ecs/vendor/symplify/easy-coding-standard/vendor/friendsofphp/php-cs-fixer/src",
|
86 | 91 | "Symplify\\CodingStandard\\": "tools/03_ecs/vendor/symplify/easy-coding-standard/vendor/symplify/coding-standard/src",
|
87 |
| - "Symplify\\RuleDocGenerator\\": "tools/03_ecs/vendor/symplify/easy-coding-standard/vendor/symplify/rule-doc-generator-contracts/src" |
| 92 | + "Symplify\\EasyCodingStandard\\": "tools/03_ecs/vendor/symplify/easy-coding-standard/src", |
| 93 | + "ECSPrefix20210928\\Symplify\\RuleDocGenerator\\": "tools/03_ecs/vendor/symplify/easy-coding-standard/vendor/symplify/rule-doc-generator-contracts/src" |
88 | 94 | }
|
89 | 95 | },
|
90 | 96 | "minimum-stability": "dev",
|
|
102 | 108 | "@php artisan package:discover --ansi"
|
103 | 109 | ],
|
104 | 110 | "post-root-package-install": [
|
105 |
| - "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" |
| 111 | + "@php -r \"file_exists('.env') || copy('.env.dev', '.env');\"" |
106 | 112 | ],
|
107 | 113 | "post-create-project-cmd": [
|
108 | 114 | "@php artisan key:generate --ansi"
|
109 | 115 | ]
|
110 | 116 | },
|
111 | 117 | "support": {
|
112 |
| - "issues": "https://github.com/dimadeush/docker-nginx-php-laravel/issues" |
| 118 | + "issues": "https://github.com/systemsdk/docker-nginx-php-laravel/issues" |
113 | 119 | }
|
114 | 120 | }
|
0 commit comments