Skip to content

Commit 75079f5

Browse files
authored
Merge pull request #297 from skyverge/5.2.0-dev
v5.2.0 Release
2 parents 51758a8 + 52aba88 commit 75079f5

File tree

80 files changed

+2525
-1206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+2525
-1206
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
language: php
22

33
php:
4-
- '5.5'
5-
- '5.6'
6-
- '7.0'
4+
- '7.1'
5+
- '7.2'
76

87
install:
98
- composer install
109

1110
script: php vendor/bin/phpunit --testsuite unit --configuration phpunit.travis.xml
1211

1312
after_script:
14-
- php vendor/bin/coveralls -v
13+
- php vendor/bin/php-coveralls -v

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "skyverge/wc-plugin-framework",
33
"require-dev": {
4-
"10up/wp_mock": "dev-master",
5-
"phpunit/phpunit": "4.7.*",
6-
"satooshi/php-coveralls": "dev-master",
7-
"antecedent/patchwork": "1.4.0",
8-
"whatthejeff/nyancat-phpunit-resultprinter": "~1.2"
4+
"10up/wp_mock": "0.3.0",
5+
"phpunit/phpunit": "6.0.*",
6+
"php-coveralls/php-coveralls": "v2.1.0",
7+
"antecedent/patchwork": "^2.1"
98
}
109
}

0 commit comments

Comments
 (0)