romm / configuration_object

Transform any configuration plain array into a dynamic and configurable object structure, and pull apart configuration handling from the main logic of your script. Use provided services to add more functionality to your objects: cache, parents, persistence and much more.
GNU General Public License v3.0
6 stars 4 forks source link

Is there still support for TYPO3 8.7? What about PHP < 7 #30

Open Enkrod opened 5 years ago

Enkrod commented 5 years ago

The latest release says:

[!!!][TASK] Make extension compatible for TYPO3 9.5

Versions 6.2, 7.6 and 8.6 are not supported anymore

What about TYPO3 8.7? What about PHP < 7?

If any of those are still supported the ext_emconf.php should reflect that.

romm commented 5 years ago

Releasing 2.0.0 is breaking and completely removes support for TYPO3 version previous to 9.5. If any critical issues are found for these versions, a legacy branch may be created for 1.y.z versions.

What about TYPO3 8.7?

This is a typo, I meant that TYPO3 8.7 is not supported anymore (not 8.6).

Would it be ok if I ask you what is your requirement that makes you use this package? 🙂