File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
- ## [ Unreleased ]
6
+ ## [ 1.1.0 ]
7
7
8
8
### Added
9
9
- Super basic test case
10
10
- Travis integration
11
+ - Support for Laravel 5-9
11
12
12
13
### Changed
13
14
- Updated minimum supported PHP version to 5.6 (` composer.json ` previously listed 5.4, which was inaccurate)
@@ -26,5 +27,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
26
27
- Initial release
27
28
28
29
[ Unreleased ] :https://github.com/maddhatter/markdown-table
30
+ [ 1.1.0 ] :https://github.com/maddhatter/markdown-table/releases/tag/1.1.0
29
31
[ 1.0.0 ] :https://github.com/maddhatter/markdown-table/releases/tag/1.0.0
30
32
[ 0.0.1 ] :https://github.com/maddhatter/markdown-table/releases/tag/0.0.1
Original file line number Diff line number Diff line change 11
11
],
12
12
"require" : {
13
13
"php" : " >=5.6.0" ,
14
- "illuminate/contracts" : " ^5.0|^6.0|^7.0|^8.0"
14
+ "illuminate/contracts" : " ^5.0|^6.0|^7.0|^8.0|^9.0 "
15
15
},
16
16
"require-dev" : {
17
17
"phpspec/phpspec" : " ^3.4"
You can’t perform that action at this time.
0 commit comments