Skip to content

Commit 22007f1

Browse files
author
Shawn Tunney
committed
Add Laravel 9 + update changelog
1 parent 4aaaeaf commit 22007f1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [Unreleased]
6+
## [1.1.0]
77

88
### Added
99
- Super basic test case
1010
- Travis integration
11+
- Support for Laravel 5-9
1112

1213
### Changed
1314
- 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
2627
- Initial release
2728

2829
[Unreleased]:https://github.com/maddhatter/markdown-table
30+
[1.1.0]:https://github.com/maddhatter/markdown-table/releases/tag/1.1.0
2931
[1.0.0]:https://github.com/maddhatter/markdown-table/releases/tag/1.0.0
3032
[0.0.1]:https://github.com/maddhatter/markdown-table/releases/tag/0.0.1

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"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"
1515
},
1616
"require-dev": {
1717
"phpspec/phpspec": "^3.4"

0 commit comments

Comments
 (0)