Skip to content

Commit

Permalink
MERGE: Merge branch '1.0' into master
Browse files Browse the repository at this point in the history
# Conflicts:
#	Configuration/Settings.yaml
#	composer.json
  • Loading branch information
kdambekalns committed Sep 2, 2022
2 parents 4def3eb + b9030f6 commit 0f49ccc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/Settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Neos:
collections:
FusionForm:
references:
- 'FusionForm:Helpers'
- 'FusionForm:RuntimeHelpers'
'FusionForm:Helpers': true
'FusionForm:RuntimeHelpers': true
references:
'FusionForm:Helpers':
title: 'Fusion Form Helper Reference'
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,10 @@
"test:unit": ["vendor/bin/phpunit Tests/Unit"],
"test:stan": ["vendor/bin/phpstan analyse -l 8 Classes"],
"test": ["composer install", "composer test:functional", "composer test:unit" ,"composer test:stan"]
},
"config": {
"allow-plugins": {
"neos/composer-plugin": true
}
}
}

0 comments on commit 0f49ccc

Please sign in to comment.