Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit 47070fb

Browse files
committed
Preparing for 1.0.0 release.
1 parent a399a7f commit 47070fb

File tree

5 files changed

+19
-15
lines changed

5 files changed

+19
-15
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ matrix:
2424
sudo: required
2525
dist: trusty
2626
group: edge
27-
- php: hhvm-3.15
27+
- php: hhvm-3.18
28+
sudo: required
29+
dist: trusty
30+
group: edge
31+
- php: hhvm-3.18
2832
sudo: required
2933
dist: trusty
3034
group: edge

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Phony for Peridot changelog
22

3+
## 1.0.0 (2017-04-24)
4+
5+
- **[IMPROVED]** Updated to use the new Phony `1.0.0` release.
6+
37
## 0.2.0 (2017-04-24)
48

59
- **[BC BREAK]** Renamed from `peridot-phony` to `phony-peridot`, to match new

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=5.4",
16-
"eloquent/phony": "dev-remove-integrations",
16+
"eloquent/phony": "^1",
1717
"peridot-php/peridot": "^1"
1818
},
1919
"require-dev": {

composer.lock

Lines changed: 8 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/src/Test/TestClassA.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Phony package.
55
*
6-
* Copyright © 2016 Erin Millard
6+
* Copyright © 2017 Erin Millard
77
*
88
* For the full copyright and license information, please view the LICENSE file
99
* that was distributed with this source code.

0 commit comments

Comments
 (0)