Skip to content

Commit 7f801e1

Browse files
committed
Composer updates and README update
1 parent d2666d9 commit 7f801e1

File tree

3 files changed

+17
-18
lines changed

3 files changed

+17
-18
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Travis CI Build status](https://travis-ci.org/remkade/multisite-json-api.svg?branch=master) [![Code Climate](https://codeclimate.com/github/remkade/multisite-json-api.png)](https://codeclimate.com/github/remkade/multisite-json-api)
1+
[![Code Climate](https://codeclimate.com/github/remkade/multisite-json-api.png)](https://codeclimate.com/github/remkade/multisite-json-api)
22
Wordpress Multisite JSON API
33
============================
44
This is a Wordpress Plugin that adds JSON endpoints for creating, listing, and deleting sites on multisite.
@@ -12,7 +12,9 @@ Status
1212

1313
PHP Versions
1414
------------
15-
This is theoretically compatible with PHP 5.4 and higher. However, upgrading to phpunit 8 required that I make tests require PHP 7.2+. So, it's probably still fine to run this on something less than 7.2, but since I can't get working tests on that version, I don't recommend it.
15+
This is theoretically compatible with PHP 5.4 and higher. However, upgrading to phpunit required that I make tests require PHP 7.2+. So, it's probably still fine to run this on something less than 7.2, but since I can't get working tests on that version, I don't recommend it.
16+
17+
We are currently testing only on php 8.1.
1618

1719
Security
1820
--------

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@
1414
"codeclimate/php-test-reporter": "*",
1515
"phpunit/phpunit": "^9"
1616
},
17-
"config": {
18-
"platform": {
19-
"php": "8.1"
20-
}
17+
"require": {
18+
"php": ">=7.3"
2119
},
2220
"scripts": {
2321
"test": "phpunit"

composer.lock

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

0 commit comments

Comments
 (0)