Skip to content

Commit 802abe6

Browse files
committed
Fix composer dev
1 parent c52c949 commit 802abe6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/Frameworks/Symfony/Version_6_2/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
"autoload": {
4343
"psr-4": {
4444
"App\\": "src/"
45-
},
46-
"files": ["../../../Appsec/Mock.php"]
45+
}
4746
},
4847
"autoload-dev": {
4948
"psr-4": {
5049
"App\\Tests\\": "tests/"
51-
}
50+
},
51+
"files": ["../../../Appsec/Mock.php"]
5252
},
5353
"replace": {
5454
"symfony/polyfill-ctype": "*",

tests/Frameworks/Symfony/Version_6_2/docker-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cd /var/www
55
export DD_TRACE_CLI_ENABLED=false
66
export DATABASE_URL="sqlite:////var/www/var/app.db"
77

8-
composer install --no-scripts
8+
composer install --no-dev --no-scripts
99
mkdir -p var
1010
php bin/console cache:clear
1111
php bin/console doctrine:database:drop --force 2>/dev/null || true

0 commit comments

Comments
 (0)