Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 86626c6

Browse files
committed
Merge pull request #10 from phergie/phergie-version2
Phergie version2 updates
2 parents a19593f + 7916579 commit 86626c6

File tree

5 files changed

+289
-192
lines changed

5 files changed

+289
-192
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ cache:
99

1010
## PHP versions we test against
1111
php:
12-
- 5.4
1312
- 5.5
1413
- 5.6
1514
- 7
@@ -18,8 +17,6 @@ php:
1817
## Build matrix for lowest and highest possible targets
1918
matrix:
2019
include:
21-
- php: 5.4
22-
env: dependencies=lowest
2320
- php: 5.5
2421
env: dependencies=lowest
2522
- php: 5.6
@@ -28,8 +25,6 @@ matrix:
2825
env: dependencies=lowest
2926
- php: hhvm
3027
env: dependencies=lowest
31-
- php: 5.4
32-
env: dependencies=highest
3328
- php: 5.5
3429
env: dependencies=highest
3530
- php: 5.6

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright* (c) 2014 Cees-Jan Kiewiet
1+
Copyright* (c) 2015 Cees-Jan Kiewiet
22

33
Permission is hereby granted, free of charge, to any person
44
obtaining a copy of this software and associated documentation

composer.json

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,30 @@
66
"support": {
77
"irc": "irc://irc.freenode.net/phergie"
88
},
9+
"repositories": [
10+
{
11+
"type": "vcs",
12+
"url": "[email protected]:svpernova09/Phake.git"
13+
}
14+
],
915
"require": {
10-
"php": "^5.4|^7.0",
11-
"phergie/phergie-irc-bot-react": "~1.0",
16+
"php": "^5.5|^7.0",
17+
"phergie/phergie-irc-bot-react": "~2",
1218
"nojimage/twitter-text-php": "1.1.1",
13-
"phergie/phergie-irc-plugin-http": "^3.0.0-alpha1",
19+
"phergie/phergie-irc-plugin-http": "^4",
1420
"react/promise": "~1.0|~2.0"
1521
},
1622
"require-dev": {
17-
"phergie/phergie-irc-bot-react-development": "^1.0.2|^1.1"
23+
"phake/phake": "dev-VerifierResultConstraint-issue",
24+
"phpunit/phpunit": "^4.6.0",
25+
"codeclimate/php-test-reporter": "~0.1",
26+
"satooshi/php-coveralls": "0.6.1",
27+
"symfony/config": "~2.0",
28+
"symfony/console": "~2.0",
29+
"symfony/filesystem": "~2.0",
30+
"symfony/stopwatch": "~2.0",
31+
"vectorface/dunit": "^2.0",
32+
"squizlabs/php_codesniffer": "^1.5.3"
1833
},
1934
"autoload": {
2035
"psr-4": {

0 commit comments

Comments
 (0)