Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit fc286e9

Browse files
committed
Update branch alias
1 parent 82aef71 commit fc286e9

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
2727
### Added
2828

2929
- Added "ValidateService::setStrictMode" method
30+
31+
## 1.2.1 - 2020-04-10
32+
33+
### Added
34+
35+
- Update branch alias

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"vgirol/jsonapi-constant": "^1.1"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^8.5|^9.0",
24+
"phpunit/phpunit": "^8.0|^9.0",
2525
"infection/infection": "~0.14",
26-
"vgirol/phpunit-exception": "~1.0.0|dev-master"
26+
"vgirol/phpunit-exception": "^1.0|dev-master"
2727
},
2828
"minimum-stability": "stable",
2929
"autoload": {
@@ -53,7 +53,7 @@
5353
},
5454
"extra": {
5555
"branch-alias": {
56-
"dev-master": "1.0-dev"
56+
"dev-master": "1.2-dev"
5757
}
5858
},
5959
"config": {

0 commit comments

Comments
 (0)