Skip to content

Commit

Permalink
Merge pull request #8 from tupywebteam/master
Browse files Browse the repository at this point in the history
Fix require libraires to laravel 8
  • Loading branch information
breart committed Mar 4, 2021
2 parents 8295c76 + 1c5016e commit cb8c4b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
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).

## [2.0.8] - 2020-11-12

### Fixed
- Version require ramsey/uuid and phpunit/phpunit
- Update branch aliases

## [2.0.7] - 2020-10-28

### Added
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"illuminate/database": "~5.5|^6.0|^7.0|^8.0",
"illuminate/support": "~5.4|^6.0|^7.0|^8.0",
"onelogin/php-saml": "^3.0",
"ramsey/uuid": "^3.8"
"ramsey/uuid": "^3.8|^4.0"
},
"require-dev": {
"mockery/mockery": "^0.9.9",
"phpunit/phpunit": "^7.5",
"phpunit/phpunit": "^7.5|^9.0",
"squizlabs/php_codesniffer": "^2.3"
},
"autoload": {
Expand All @@ -43,7 +43,7 @@
]
},
"branch-aliases": {
"dev-master": "2.0.3-dev"
"dev-master": "2.0.8-dev"
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit cb8c4b7

Please sign in to comment.