Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Merge branch 'composer-update'
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Jan 16, 2018
2 parents 81fc0fa + 83fd591 commit f843c8c
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 150 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ notifications:
on_failure: change

php:
- 7.0
- 7.1
- 7.2
- nightly
Expand All @@ -37,8 +36,6 @@ env:
- WP_VERSION=nightly
- WP_VERSION=latest WITH_COVERAGE=true
- WP_VERSION=4.9.1
- WP_VERSION=4.8.4
- WP_VERSION=4.7.8

matrix:
allow_failures:
Expand Down Expand Up @@ -101,7 +98,7 @@ deploy:
file: release/sunny.zip
skip_cleanup: true
on:
condition: "$WP_VERSION = 4.8.4"
condition: "$WP_VERSION = nightly"
php: 7.0
tags: true
repo: TypistTech/sunny
Expand All @@ -115,7 +112,7 @@ deploy:
assets_dir: assets
skip_cleanup: true
on:
condition: "$WP_VERSION = 4.9.1"
condition: "$WP_VERSION = latest"
php: 7.0
tags: true
repo: TypistTech/sunny
Expand Down
6 changes: 3 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
Contributors: typisttech, tangrufus
Donate link: https://typist.tech/donation/
Tags: cloudflare, speed, caching, cache, rest-api
Requires at least: 4.7
Requires PHP: 7.0.0
Requires at least: 4.9
Requires PHP: 7.1.0
Tested up to: 4.9.1
Stable tag: 2.5.0
License: GPLv2 or later
License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Automatically purge Cloudflare cache, including cache everything rules.
Expand Down
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"security"
],
"homepage": "https://github.com/TypistTech/sunny",
"license": "GPL-2.0+",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Typist Tech",
Expand All @@ -30,17 +30,15 @@
"source": "https://github.com/TypistTech/sunny"
},
"require": {
"php": "^7.0",
"php": "^7.1",
"league/container": "^2.4",
"typisttech/cloudflare-wp-api": "^0.3.0",
"typisttech/imposter-plugin": "^0.2.5",
"typisttech/imposter-plugin": "^0.3.0",
"typisttech/wp-better-settings": "^0.13.0",
"typisttech/wp-contained-hook": "^0.1.1"
},
"require-dev": {
"codeception/aspect-mock": "^2.0",
"doctrine/annotations": "~1.4.0",
"doctrine/instantiator": "~1.0.0",
"jakoch/phantomjs-installer": "^2.1",
"lucatume/wp-browser": "^1.21",
"neronmoon/scriptsdev": "^0.1.1",
Expand Down
Loading

0 comments on commit f843c8c

Please sign in to comment.