File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "name": "nanoninja/docker-nginx-php-mysql",
3
+ "description": "Docker NGINX PHP MySQL development environment",
4
+ "type": "project",
5
+ "license": "MIT",
2
6
"require": {
3
- "symfony/yaml": "^5.1"
7
+ "php": ">=8.1",
8
+ "symfony/yaml": "^6.3"
4
9
},
5
10
"require-dev": {
6
- "phpmd/phpmd": "@stable",
7
- "phpunit/phpunit": "^9.0",
8
- "squizlabs/php_codesniffer": "3.5.*"
11
+ "phpmd/phpmd": "^2.13",
12
+ "phpunit/phpunit": "^10.0",
13
+ "squizlabs/php_codesniffer": "^3.7",
14
+ "phpstan/phpstan": "^1.10"
9
15
},
10
16
"autoload": {
11
17
"psr-4": {
12
- "App\\Acme\\ ": "src/"
18
+ "App\\": "src/"
13
19
}
14
20
},
15
21
"autoload-dev": {
16
22
"psr-4": {
17
- "AppTest\\Acme \\": "test /"
23
+ "App\\Tests \\": "tests /"
18
24
}
19
25
},
26
+ "config": {
27
+ "sort-packages": true,
28
+ "optimize-autoloader": true
29
+ },
20
30
"minimum-stability": "stable",
21
31
"prefer-stable": true
22
- }
32
+ }
You can’t perform that action at this time.
0 commit comments