Skip to content

Commit

Permalink
add support for laravel 7.*
Browse files Browse the repository at this point in the history
  • Loading branch information
smajti1 authored Apr 25, 2020
1 parent 6334ea4 commit e6e9d7f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## [1.4.0] - 2020-04-25
### Added
- support `laravel` version `^7.0`

## [1.3.0] - 2020-02-18
### Added
- added docker container files
Expand Down Expand Up @@ -46,3 +50,4 @@ And will be changed to non-static
[1.1.0]: https://github.com/smajti1/laravel-wizard/compare/v1.0.0...v1.1.0
[1.2.0]: https://github.com/smajti1/laravel-wizard/compare/v1.1.0...v1.2.0
[1.3.0]: https://github.com/smajti1/laravel-wizard/compare/v1.2.0...v1.3.0
[1.4.0]: https://github.com/smajti1/laravel-wizard/compare/v1.3.0...v1.4.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ simple laravel step-by-step wizard
| Version | Laravel Version | Php Version |
|---- |----|----|
| 1.1 | 5.* | ^7.0 |
| 1.2 | 6.* | ^7.2 |
| ^1.4 | 6.* || 7.* | ^7.2 |

## Install

Expand Down Expand Up @@ -149,4 +149,4 @@ $wizard variable is now automatic sheared with view
```
## License

Laravel wizard is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT)
Laravel wizard is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT)
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"homepage": "https://github.com/smajti1/laravel-wizard",
"require": {
"php": "^7.2",
"illuminate/http": "^6.0"
"illuminate/http": "^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
Expand All @@ -22,4 +22,4 @@
"Smajti1\\Laravel\\": "src/"
}
}
}
}
1 change: 0 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
>
<testsuites>
<testsuite name="Package Test Suite">
Expand Down

0 comments on commit e6e9d7f

Please sign in to comment.