Skip to content

Commit

Permalink
Merge pull request #176 from spryker-sdk/feature/sdk-5711-drop-php74-…
Browse files Browse the repository at this point in the history
…removed-lock

SDK-5711: drop php74 removed lock
  • Loading branch information
pavelmaksimov25 authored Jan 5, 2024
2 parents 5be372c + 28b7880 commit fbeb100
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5,385 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,7 @@ jobs:
restore-keys: ${{ runner.os }}-composer-

- name: Composer install
run: |
composer --version
if [[ ${{ matrix.php-version }} == '8.2' || ${{ matrix.php-version }} == '8.3' ]]; then
composer update laminas/laminas-servicemanager laminas/laminas-stdlib laminas/laminas-filter --prefer-stable --optimize-autoloader
else
composer install --prefer-dist --no-interaction --optimize-autoloader
fi
run: composer install --prefer-dist --no-interaction --optimize-autoloader

- name: Check PHP for syntax errors
run: find ./src -path src -prune -o -type f -name '*.php' -print0 | xargs -0 -n1 -P4 php -l -n | (! grep -v "No syntax errors detected" )
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ tests/tmp

# resources
data/
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"guzzlehttp/guzzle": "^7.4",
"nikic/php-parser": "^4.13.0",
"sebastian/diff": "^4.0.0",
"spryker-sdk/utils": "^0.2.0",
"spryker-sdk/utils": "^0.2.2",
"symfony/console": "^6.0",
"symfony/finder": "^6.0",
"symfony/process": "^6.0"
Expand Down
Loading

0 comments on commit fbeb100

Please sign in to comment.