8000 [Docs] Update changelog and bump version · Hy0320/laravel-json-api@a87684a · GitHub
[go: up one dir, main page]

Skip to content

Commit a87684a

Browse files
committed
[Docs] Update changelog and bump version
1 parent 797d9b4 commit a87684a

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ matrix:
3636
env:
3737
- LARAVEL_VERSION=^6.0
3838
- PHPUNIT_VERSION=^8.0
39-
allow_failures:
40-
- php: "7.3"
41-
env:
42-
- LARAVEL_VERSION=^6.0
43-
- PHPUNIT_VERSION=^8.0
4439

4540
install:
4641
- composer require "laravel/framework:${LARAVEL_VERSION}" --no-update -n

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file. This project adheres to
33
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
44

5-
## Unreleased
5+
## [1.4.0] - 2019-09-04
66

77
### Added
88
- Package now supports Laravel 6.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
}
7979
}
8080
},
81-
"minimum-stability": "dev",
81+
"minimum-stability": "stable",
8282
"prefer-stable": true,
8383
"config": {
8484
"sort-packages": true

0 commit comments

Comments
 (0)
0