Skip to content

Commit

Permalink
bug #4 [Maintenance] Allow Symfony Flex plugin (NoResponseMate)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.1-dev branch.

Discussion
----------

Commits
-------

1a87cf1 [Maintenance] Allow Symfony Flex plugin
  • Loading branch information
Zales0123 authored Sep 2, 2022
2 parents d806bb4 + 1a87cf1 commit 5b30222
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
-
name: Restrict Symfony version
run: |
composer global config --no-plugins allow-plugins.symfony/flex true
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^1.17.1"
composer config extra.symfony.require "${{ matrix.symfony }}"
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
"Tests\\SyliusLabs\\Polyfill\\Symfony\\FrameworkBundle\\": "tests/"
}
},
"config": {
"allow-plugins": {
"symfony/flex": true
}
},
"scripts": {
"analyse": [
"vendor/bin/psalm"
Expand Down

0 comments on commit 5b30222

Please sign in to comment.