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

Commit e17aba2

Browse files
committed
Bump phpunit version
1 parent d3b5974 commit e17aba2

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
3434

3535
- Update branch alias
3636

37-
## 1.2.2 - 2020-10-19
37+
## 1.3.0 - 2020-10-19
3838

3939
### Added
4040

41-
- Update phpunit and travis config
41+
- Update Travis config
4242
- Remove support for php 7.2
43+
- Bump phpunit version

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
}
1818
],
1919
"require": {
20-
"php" : "^7.2",
20+
"php" : "^7.3",
2121
"vgirol/jsonapi-constant": "^1.1"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^8.0|^9.0",
24+
"phpunit/phpunit": "^9.0",
2525
"infection/infection": "~0.14",
26-
"vgirol/phpunit-exception": "^1.0|dev-master"
26+
"vgirol/phpunit-exception": "dev-master"
2727
},
2828
"minimum-stability": "stable",
2929
"autoload": {

0 commit comments

Comments
 (0)