schams-net / nagios

TYPO3 CMS Extension: Nagios
https://schams.net/typo3/nagios/
GNU General Public License v2.0
2 stars 7 forks source link

Composer not Working under PHP 7.1 #10

Closed runningnet closed 4 years ago

runningnet commented 6 years ago

I cant install it With Composer and PHP 7.1

  Problem 1
    - typo3-ter/nagios 2.1.0 requires php >= 5.5.0, <= 7.0.99 -> your PHP version (7.1.7) does not satisfy that requirement.
    - typo3-ter/nagios 2.1.0 requires php >= 5.5.0, <= 7.0.99 -> your PHP version (7.1.7) does not satisfy that requirement.
    - Installation request for typo3-ter/nagios ^2.1 -> satisfiable by typo3-ter/nagios[2.1.0].
schams-net commented 6 years ago

Issue #10 requires testing with PHP 7.1. This is a great opportunity to test the extension with PHP 7.0, 7.1 and 7.2 and also check compatibility with TYPO3 v9.

schams-net commented 6 years ago

Fixed with commit 2f5a9000c1c0f9496121b52ae3d31798ac80a629 (but untested).

schams-net commented 4 years ago

Closing issue as resolved.