Skip to content

Commit

Permalink
Merge pull request #14 from bristol-su/develop
Browse files Browse the repository at this point in the history
v2.1
  • Loading branch information
tobytwigger authored Apr 27, 2020
2 parents 0c5c4d7 + 4cfcae4 commit 5cc6ab6
Show file tree
Hide file tree
Showing 221 changed files with 12,130 additions and 723 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1] - (27/04/2020)

### Added
- Repositories to cache all get repository calls
- Observer framework for repositories
- Clear cache when needed
- Cascade deletes to preserve data integrity

## [2.0] - (22/04/2020)

### Added
Expand Down Expand Up @@ -136,7 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- model/repository contracts


[Unreleased]: https://github.com/bristol-su/control/compare/v2.0...HEAD
[Unreleased]: https://github.com/bristol-su/control/compare/v2.1...HEAD
[2.1]: https://github.com/bristol-su/control/compare/v2.0...v2.1
[2.0]: https://github.com/bristol-su/control/compare/v1.3.0...v2.0
[1.3.0]: https://github.com/bristol-su/control/compare/v1.2.4...v1.3.0
[1.2.4]: https://github.com/bristol-su/control/compare/v1.2.3...v1.2.4
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.3",
"ext-json": "*"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"phpstan/phpstan": "^0.12.8"
"phpstan/phpstan": "^0.12.8",
"phpspec/prophecy-phpunit": "2.0.0"
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit 5cc6ab6

Please sign in to comment.