[TASK] Move the country repository to project_base
parent
ba611436
No related branches found
No related tags found
Showing
- Classes/Controller/JoblistController.php 1 addition, 1 deletionClasses/Controller/JoblistController.php
- Classes/Domain/Model/Country.php 0 additions, 515 deletionsClasses/Domain/Model/Country.php
- Classes/Domain/Repository/CountryRepository.php 0 additions, 95 deletionsClasses/Domain/Repository/CountryRepository.php
- Configuration/TCA/tx_sgjobs_domain_model_country.php 0 additions, 255 deletionsConfiguration/TCA/tx_sgjobs_domain_model_country.php
- composer.json 1 addition, 0 deletionscomposer.json
- ext_emconf.php 1 addition, 0 deletionsext_emconf.php
- ext_tables.sql 0 additions, 37 deletionsext_tables.sql
- ext_tables_static+adt.sql 0 additions, 1 deletionext_tables_static+adt.sql
Classes/Domain/Model/Country.php
deleted
100644 → 0
... | @@ -12,6 +12,7 @@ | ... | @@ -12,6 +12,7 @@ |
}, | }, | ||
"require": { | "require": { | ||
"typo3/cms-core": "^8.7.22 || ^9.5.2", | "typo3/cms-core": "^8.7.22 || ^9.5.2", | ||
"sgalinski/project-base": "^4.2", | |||
"sgalinski/sg-mail": ">=4.7", | "sgalinski/sg-mail": ">=4.7", | ||
"sgalinski/sg-seo": ">=1.1.3", | "sgalinski/sg-seo": ">=1.1.3", | ||
"friendsoftypo3/typo3db-legacy": "^1.1.1" | "friendsoftypo3/typo3db-legacy": "^1.1.1" | ||
... | ... |
ext_tables_static+adt.sql
deleted
100644 → 0
Please register or sign in to comment