PHP 8.0 Update #10

Merged
abelhooge merged 4 commits from general-updates into master 2021-11-24 18:05:48 +00:00

4 Commits

Author SHA1 Message Date
Abel Hoogeveen 440964b375
Resolved problems brought up by PhpStorm.
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
Includes problems such as:
- Grammar errors
- Type, argument and return declarations
- Redundant argument removal
2021-11-24 18:56:36 +01:00
Abel Hoogeveen 32420e4681
Updated drone to perform tests for PHP 7.4 and 8.0.
continuous-integration/drone/push Build is passing Details
2021-11-24 17:49:20 +01:00
Abel Hoogeveen 8ce3630714
PHP 8.0 compatibility update
continuous-integration/drone/push Build encountered an error Details
2021-11-24 17:43:00 +01:00
Abel Hoogeveen 3ebd91d2ef
Updated PHPUnit to ^9 and vfsStream to ~1.6.0.
continuous-integration/drone/push Build is passing Details
- This resulted in some changes needing to be made in the test folder. All tests have been updated to work with these updated dependencies.
- Also, PHP 7.1 is no longer supported.
- psr/log is no longer a dependency of Core
2020-07-31 14:29:37 +02:00