Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit cb548fe

Browse files
committed
Preparing for 1.0.0 release.
1 parent 0ea8a65 commit cb548fe

18 files changed

+31
-29
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/.composer/
21
/coverage/
32
/test/bin/php-cs-fixer
43
/vendor/

.travis.yml

Lines changed: 5 additions & 2 deletions
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
@@ -56,6 +60,5 @@ env:
5660
cache:
5761
directories:
5862
- $HOME/.composer
59-
- .composer
6063

6164
sudo: false

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Phony for Pho 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.1.0 (2017-04-24)
48

59
- **[NEW]** Initial release.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": ">=5.4",
1616
"danielstjules/pho": "^1",
17-
"eloquent/phony": "dev-remove-integrations"
17+
"eloquent/phony": "^1"
1818
},
1919
"require-dev": {
2020
"errors/exceptions": "^0.1",

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.

src/PhoAssertionException.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.

src/PhoAssertionRecorder.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.

src/PhoFacadeDriver.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.

src/Phony.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.

src/functions.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.

test/integration/Phony.spec.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.

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.

test/src/Test/TestClassB.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.

test/src/Test/TestEvent.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.

test/src/Test/TestInterfaceA.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.

test/src/Test/TestInterfaceB.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.

test/suite/PhoAssertionRecorderTest.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.

test/suite/PhonyTest.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)