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

Commit

Permalink
Preparing for 1.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Apr 24, 2017
1 parent a399a7f commit 47070fb
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ matrix:
sudo: required
dist: trusty
group: edge
- php: hhvm-3.15
- php: hhvm-3.18
sudo: required
dist: trusty
group: edge
- php: hhvm-3.18
sudo: required
dist: trusty
group: edge
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Phony for Peridot changelog

## 1.0.0 (2017-04-24)

- **[IMPROVED]** Updated to use the new Phony `1.0.0` release.

## 0.2.0 (2017-04-24)

- **[BC BREAK]** Renamed from `peridot-phony` to `phony-peridot`, to match new
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.4",
"eloquent/phony": "dev-remove-integrations",
"eloquent/phony": "^1",
"peridot-php/peridot": "^1"
},
"require-dev": {
Expand Down
20 changes: 8 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/src/Test/TestClassA.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the Phony package.
*
* Copyright © 2016 Erin Millard
* Copyright © 2017 Erin Millard
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
Expand Down

0 comments on commit 47070fb

Please sign in to comment.