Skip to content

Commit

Permalink
Merge pull request #222 from ember-nexus/github-issue/220
Browse files Browse the repository at this point in the history
Remove timeout from PHP-tasks, closes #220. CI timeouts still apply.
  • Loading branch information
Syndesi authored Dec 19, 2023
2 parents 4363614 + 3b6abd2 commit 572cb00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Changed
- Constants are changed to contain type declarations, closes #211.
- Remove timeout from PHP-tasks, closes #220. CI timeouts still apply.

## 0.1.0 - 2023-12-16
### Added
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"infection/extension-installer": true,
"php-http/discovery": true
},
"sort-packages": true
"sort-packages": true,
"process-timeout": 0
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 572cb00

Please sign in to comment.