Skip to content

Commit

Permalink
NNTmux now requires PHP 7.3 minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIII committed Jul 17, 2019
1 parent 2ecafda commit 2c5583e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ notifications:
- "\x030[\x0310Travis-ci\x030]\x03 Commit \x0314{%{commit}}\x03 by \x0315(%{author})\x03@\x0313%{repository_name}/%{branch}\x03 has \x037%{result}\x03: \x032%{build_url}\x03"

php:
- '7.2'
- '7.3'

addons:
mariadb: '10.2'
Expand Down
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2019-07-17 DariusIII
* Chg: NNTmux now requires PHP 7.3 minimum
* Chg: Update laravel/framework (v5.8.28 => v5.8.29)
* Chg: Update APIv1 and RSS xml responses and APIv2 json output for api and grab limits
2019-07-16 DariusIII
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}
],
"require": {
"php": ">=7.2.0",
"php": ">=7.3.0",
"ext-bcmath": "*",
"ext-ctype": "*",
"ext-curl": "*",
Expand Down

0 comments on commit 2c5583e

Please sign in to comment.