Commit graph

22 commits

Author SHA1 Message Date
Daniel Siepmann 16bc22aa44
TASK: Support tests for TYPO3 CMS 7.6
Check which version to run and switch TYPO3 bootstrapping.
Also allow tests to run with TYPO3 CMS 7.6 again.
2018-03-13 11:58:01 +01:00
Daniel Siepmann 30a833ce68
TASK: Add branch alias to provide version number
Allow to require extension with 1.0.0, if dev is allowed.
2018-03-08 08:29:05 +01:00
Daniel Siepmann ae51de9041
Merge remote-tracking branch 'origin/develop' into feature/phpcs-travis
Conflicts:
    Classes/Hook/DataHandler.php
2018-03-06 13:17:29 +01:00
Daniel Siepmann ebaeaf4c92
TASK: Support PHP 7.0
As some (e.g. debian) do not provide PHP 7.1 and we did not use so much
features which were introduced in PHP 7.1, we add support for PHP 7.0.
2018-02-22 21:59:13 +01:00
Daniel Siepmann 33d4116fe6 TASK: Fix license for packagist 2018-01-30 14:33:18 +01:00
Daniel Siepmann bdecbf9699 TASK: Fix license for packagist 2018-01-29 22:46:47 +01:00
Daniel Siepmann 0bac2df6a4
BUGFIX: Fix broken dependencies 2017-11-11 17:01:50 +01:00
Daniel Siepmann b7b783a7fe
TASK: Use Code Sniffer at travis
This way we need no external service.
Each developer can fully run all tests and cgl on local environment.
Also this integrated better into IDEs and editors.
2017-11-11 16:52:02 +01:00
Daniel Siepmann b0eccc241d TASK: Allow dev to be required as 1.0
Until we release first stable version.
2017-10-29 17:07:40 +01:00
Daniel Siepmann 51863c9e5d
TASK: Cleanup PR issues 2017-08-10 08:59:48 +02:00
Daniel Siepmann 705e3be85a
TASK: Migrate dev dependencies
As testing framework is used, we can prefer dist again to speed up
composer installation.
2017-07-07 12:19:25 +02:00
Daniel Siepmann 3d90bad58d
Merge remote-tracking branch 'origin/develop' into feature/cms-8-support 2017-07-07 11:58:15 +02:00
Daniel Siepmann c58e13cdf6
TASK: Rename vendor
As we move it from private repo to codappix.
2017-07-06 23:48:47 +02:00
Daniel Siepmann 9769ee1cb6
TASK: Update composer
Require TYPO3 CMS 8.2 and PHP 7.1 as minimum.
Use conventionally lower case web folder.
2017-07-03 22:59:18 +02:00
Daniel Siepmann 9a482381c0
TASK: Upgrade phpunit to latest stable 5.7
* To make use of new features.
* To reduce cost of later migrations.
* Migrate deprecated calls from lower TYPO3 api.
2017-06-13 15:36:56 +02:00
Daniel Siepmann b829a3525a
TASK: Finish TYPO3 update
* Mark 6.2 as not supported.
2017-05-11 13:50:58 +02:00
Daniel Siepmann c3763a0982 FEATURE: Use latest stable elastica version (#5)
* As we should use it anyway.
* It's compatible with PHP 7
* Also we added php 7.1 to travis
2016-12-10 13:59:34 +01:00
Daniel Siepmann e75f24092e Feature/improve scrutinizer (#3)
* TASK: Fix scrutinizer issues

* TASK: Add library dependency

* FIX: Adjust php and TYPO3 requirements

* TASK: Adjust test
2016-12-09 14:07:38 +01:00
Daniel Siepmann b079dd8125 TASK: Migrate existing code (#2) 2016-12-09 13:19:35 +01:00
Daniel Siepmann 224f945d82 FEATURE: Add first code and tests to integrate travis ci 2016-12-09 11:47:28 +01:00
Daniel Siepmann 057c67714f WIP|FEATURE: Integrate scrutinizer
* To allow auto checking of coding guideline
2016-12-09 10:24:49 +01:00
Leonmrni 4ec4753cf8 Initial commit 2016-12-01 17:17:10 +01:00