Skip to content

Commit

Permalink
TASK: Allow neos/composer-plugin execution
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed Sep 2, 2022
1 parent 7a1fa6e commit fa088a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,10 @@
"test:functional": ["vendor/bin/phpunit Tests/Functional"],
"test:stan": ["vendor/bin/phpstan analyse -l 8 Classes"],
"test": ["composer install", "composer test:functional", "composer test:stan"]
},
"config": {
"allow-plugins": {
"neos/composer-plugin": true
}
}
}

0 comments on commit fa088a9

Please sign in to comment.