Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-k committed Sep 29, 2021
2 parents d68f1ff + bbc66a6 commit 358987b
Show file tree
Hide file tree
Showing 47 changed files with 614 additions and 500 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
symfony-version:
- "5.2.*"
- "5.3.*"
php-version:
- "7.2"
- "7.3"
Expand Down Expand Up @@ -49,10 +49,7 @@ jobs:

- name: "install lowest dependencies"
if: ${{ matrix.dependencies == 'lowest' }}
run: |
composer require --no-update symfony/config=${{ matrix.symfony-version }} symfony/http-kernel=${{ matrix.symfony-version }} symfony/dependency-injection=${{ matrix.symfony-version }} symfony/options-resolver=${{ matrix.symfony-version }}
composer require --no-update --dev symfony/framework-bundle=${{ matrix.symfony-version }} symfony/yaml=${{ matrix.symfony-version }}
composer update --prefer-lowest --no-interaction --no-progress --prefer-dist
run: composer update --prefer-lowest --no-interaction --no-progress --prefer-dist

- name: "install highest dependencies"
if: ${{ matrix.dependencies == 'highest' }}
Expand Down
105 changes: 0 additions & 105 deletions CHANGELOG.md

This file was deleted.

114 changes: 0 additions & 114 deletions UPGRADE.md

This file was deleted.

8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"league/oauth2-server": "^8.0",
"nyholm/psr7": "^1.4",
"psr/http-factory": "^1.0",
"symfony/framework-bundle": "^5.2",
"symfony/framework-bundle": "^5.3",
"symfony/psr-http-message-bridge": "^2.0",
"symfony/security-bundle": "^5.2"
"symfony/security-bundle": "^5.3"
},
"require-dev": {
"ext-pdo": "*",
"ext-pdo_sqlite": "*",
"psalm/plugin-symfony": "^2.2",
"symfony/browser-kit": "^5.2",
"symfony/phpunit-bridge": "^5.2",
"symfony/browser-kit": "^5.3",
"symfony/phpunit-bridge": "^5.3",
"vimeo/psalm": "^4.6"
},
"autoload": {
Expand Down
Loading

0 comments on commit 358987b

Please sign in to comment.