File tree Expand file tree Collapse file tree 3 files changed +2
-48
lines changed Expand file tree Collapse file tree 3 files changed +2
-48
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010### Removed
1111
1212- ** BREAKING** : Deprecated client ` Redmine\Client ` was removed, use ` Redmine\Client\NativeCurlClient ` or ` Redmine\Client\Psr18Client ` instead
13+ - ** BREAKING** : ` src/autoload.php ` was removed, use the ` vendor/autoload.php ` from Composer instead
1314
1415## [ v1.8.1] ( https://github.com/kbsali/php-redmine-api/compare/v1.8.0...v1.8.1 ) - 2021-06-01
1516
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" backupStaticAttributes =" false" colors =" true" convertErrorsToExceptions =" true" convertNoticesToExceptions =" true" convertWarningsToExceptions =" true" processIsolation =" false" stopOnFailure =" false" bootstrap =" src /autoload.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" backupStaticAttributes =" false" colors =" true" convertErrorsToExceptions =" true" convertNoticesToExceptions =" true" convertWarningsToExceptions =" true" processIsolation =" false" stopOnFailure =" false" bootstrap =" vendor /autoload.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
33 <coverage >
44 <include >
55 <directory suffix =" .php" >src/Redmine/</directory >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments