Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 43ac06c

Browse files
committed
Add support for Laravel 6.0
1 parent bf25545 commit 43ac06c

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.0.7]
10+
### Added
11+
- Add support for Laravel 6.0
12+
913
## [0.0.6]
1014
### Fixed
1115
- The `PolicyCommand` now extends the `PolicyMakeCommand`
@@ -36,7 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3640
## [0.0.1]
3741
- Experimental release!
3842

39-
[Unreleased]: https://github.com/signifly/laravel-domain-commands/compare/v0.0.6...HEAD
43+
[Unreleased]: https://github.com/signifly/laravel-domain-commands/compare/v0.0.7...HEAD
44+
[0.0.7]: https://github.com/signifly/laravel-domain-commands/compare/v0.0.6...v0.0.7
4045
[0.0.6]: https://github.com/signifly/laravel-domain-commands/compare/v0.0.5...v0.0.6
4146
[0.0.5]: https://github.com/signifly/laravel-domain-commands/compare/v0.0.4...v0.0.5
4247
[0.0.4]: https://github.com/signifly/laravel-domain-commands/compare/v0.0.3...v0.0.4

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
],
1313
"require": {
1414
"php": "^7.1",
15-
"laravel/framework": "~5.5.43|~5.6.0|~5.7.0|~5.8.0"
15+
"laravel/framework": "~5.5.43|~5.6.0|~5.7.0|~5.8.0|^6.0"
1616
},
1717
"require-dev": {
18-
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0",
19-
"phpunit/phpunit": "^6.0|^7.0|^8.0"
18+
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0",
19+
"phpunit/phpunit": "^7.0|^8.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)