Skip to content

Commit

Permalink
Remove support for netgen/ez-forms-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Feb 21, 2022
1 parent 37539ca commit 5cb32d6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 227 deletions.
80 changes: 0 additions & 80 deletions bundle/Form/FieldTypeHandler/EnhancedSelection.php

This file was deleted.

5 changes: 0 additions & 5 deletions bundle/Resources/config/field_types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ services:
tags:
- { name: ibexa.field_type.indexable, alias: sckenhancedselection }

netgen.enhanced_selection.field_type.form.fieldtype_handler:
class: Netgen\Bundle\EnhancedSelectionBundle\Form\FieldTypeHandler\EnhancedSelection
tags:
- { name: netgen.ezforms.form.fieldtype_handler, alias: sckenhancedselection }

netgen.enhanced_selection.field_type.form_mapper:
class: Netgen\Bundle\EnhancedSelectionBundle\Core\FieldType\EnhancedSelection\FormMapper
tags:
Expand Down
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"netgen/ez-forms-bundle": "^3.0",
"friendsofphp/php-cs-fixer": "^2.16"
},
"minimum-stability": "dev",
"prefer-stable": true,
"suggest": {
"netgen/ez-forms-bundle": "Allows use of enhanced selection field type with Symfony forms",
"ibexa/solr": "Allows use of EnhancedSelection search criterion with Solr search engine"
},
"autoload": {
Expand Down
140 changes: 0 additions & 140 deletions tests/Form/FieldTypeHandler/EnhancedSelectionTest.php

This file was deleted.

0 comments on commit 5cb32d6

Please sign in to comment.