Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Casey committed Sep 8, 2020
1 parent 9ce0d98 commit 0a353fe
Show file tree
Hide file tree
Showing 3 changed files with 283 additions and 308 deletions.
6 changes: 6 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.0.3] - 2020-09-08

### Added
- Support for vlucas/phpdotenv 5.0 which was required by Illuminate Support

## [v1.0.2] - 2020-09-08

### Added
Expand Down Expand Up @@ -58,6 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial generator files

[v1.0.3]: https://github.com/Anteris-Dev/autotask-client-generator/compare/v1.0.2...v1.0.3
[v1.0.2]: https://github.com/Anteris-Dev/autotask-client-generator/compare/v1.0.1...v1.0.2
[v1.0.1]: https://github.com/Anteris-Dev/autotask-client-generator/compare/v1.0.0...v1.0.1
[v1.0.0]: https://github.com/Anteris-Dev/autotask-client-generator/compare/v0.2.0...v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"illuminate/support": "^7.0|^8.0",
"spatie/data-transfer-object": "^2.3",
"phpoption/phpoption": "^1.7",
"vlucas/phpdotenv": "^4.0"
"vlucas/phpdotenv": "^4.0|^5.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 0a353fe

Please sign in to comment.