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
10
10
### Removed
11
11
12
12
- ** 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
13
14
14
15
## [ v1.8.1] ( https://github.com/kbsali/php-redmine-api/compare/v1.8.0...v1.8.1 ) - 2021-06-01
15
16
Original file line number Diff line number Diff line change 1
1
<?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" >
3
3
<coverage >
4
4
<include >
5
5
<directory suffix =" .php" >src/Redmine/</directory >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments