Compare commits

..

No commits in common. "master" and "v0.1.0" have entirely different histories.

3 changed files with 1 additions and 6 deletions

1
.gitignore vendored
View file

@ -1,3 +1,2 @@
*~
composer.lock composer.lock
/vendor/ /vendor/

View file

@ -5,10 +5,6 @@ All notable changes to posterior will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [0.1.1] - 2023-05-15
### Changed
- Allow version 6.x for guzzlehttp client lib.
## [0.1.0] - 2023-05-15 ## [0.1.0] - 2023-05-15
### Added ### Added
- Initial version, basic API client only. - Initial version, basic API client only.

View file

@ -16,6 +16,6 @@
} }
], ],
"require": { "require": {
"guzzlehttp/guzzle": "^6.0 || ^7.0" "guzzlehttp/guzzle": "^7.0"
} }
} }