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

Commit a0ee3b0

Browse files
committed
Preparing for 2.0.0 release.
1 parent 0059e7c commit a0ee3b0

File tree

3 files changed

+19
-16
lines changed

3 files changed

+19
-16
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Phony for Peridot changelog
22

3-
## Next release
3+
## 2.0.0 (2017-09-29)
4+
5+
This release uses *Phony* `2.x` under the hood. Check out the
6+
[migration guide][migration-2] for *Phony* `2.x`, which also applies to this
7+
release.
48

59
- **[BC BREAK]** PHP 5 is no longer supported ([#216]).
610
- **[BC BREAK]** HHVM is no longer supported ([#216], [#219]).
@@ -9,6 +13,7 @@
913
- **[IMPROVED]** Support for the PHP 7.1 `iterable` typehint in automatically
1014
injected suites and tests.
1115

16+
[migration-2]: https://github.com/eloquent/phony/blob/2.0.0/MIGRATING.md#migrating-from-1x-to-2x
1217
[#216]: https://github.com/eloquent/phony/issues/216
1318
[#219]: https://github.com/eloquent/phony/issues/219
1419
[#224]: https://github.com/eloquent/phony/issues/224

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": ">=7",
16-
"eloquent/phony": "dev-php72",
16+
"eloquent/phony": "^2",
1717
"peridot-php/peridot": "^1"
1818
},
1919
"require-dev": {

composer.lock

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

0 commit comments

Comments
 (0)