This repository was archived by the owner on Sep 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments