Skip to content

Commit

Permalink
Fix task message generated during escalation
Browse files Browse the repository at this point in the history
  • Loading branch information
Lainow authored Aug 28, 2024
1 parent 2d6e8ce commit 9fa1761
Show file tree
Hide file tree
Showing 9 changed files with 2,215 additions and 182 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ dist/
vendor/
.gh_token
*.min.*

.phpunit.result.cache
tests/files/
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [unrelease] -

### Fixed

- Correction of the task message generated during escalation

## [2.9.8] - 2024-07-15

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-deprecation-rules": "^1.2",
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3.10"
},
"config": {
Expand All @@ -19,5 +20,10 @@
"allow-plugins": {
"phpstan/extension-installer": true
}
},
"autoload": {
"psr-4": {
"GlpiPlugin\\Escalade\\Tests\\": "tests"
}
}
}
Loading

0 comments on commit 9fa1761

Please sign in to comment.