File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 uses : ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 # 3.1.0
127127 with :
128128 dependency-versions : " latest" # Use latest versions of dependencies to mimic projects using this package.
129- composer-options : " --no-dev -- prefer-dist --optimize-autoloader" # Disable dev dependencies, to mimic projects using this package.
129+ composer-options : " --prefer-dist --optimize-autoloader" # Disable dev dependencies, to mimic projects using this package.
130130
131131 # - name: boot test server
132132 # run: vendor/bin/http_test_server > /dev/null 2>&1 &
Original file line number Diff line number Diff line change @@ -5,4 +5,6 @@ composer.phar
55.DS_Store
66.idea
77.phpunit.result.cache
8- infection.html
8+ infection.html
9+ # Otherwise we won't be able to install it on different php version.
10+ composer.lock
You can’t perform that action at this time.
0 commit comments