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

Commit 5a1507c

Browse files
committed
Bump to version 0.2
1 parent 8ebfc42 commit 5a1507c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: php
22

33
php:
4-
- 7.0
54
- 7.1
5+
- 7.2
66

77
env:
88
matrix:
@@ -14,4 +14,4 @@ before_script:
1414
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
1515

1616
script:
17-
- vendor/bin/phpunit
17+
- vendor/bin/phpunit

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to `printer-wrapper` will be documented in this file
44

5+
## 0.2 - 2018-10-31
6+
7+
- Require PHP >= 7.1.3
8+
- Upgrade to Symfony 4
9+
510
## 0.1 - 2017-04-24
611

712
- List all printers

0 commit comments

Comments
 (0)