Skip to content

Commit 2a9ad15

Browse files
committed
🆕 Make compatible with PHP 7.3
1 parent 72b2b25 commit 2a9ad15

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ Release notes for *PHP: Nelson Martell Library*.
66
#### :star: Important changes
77

88
- :new: Documentation with VuePress (including API docs).
9+
- :new: Compatible with PHP 7.3.
910

1011
#### :notebook: Development changes
1112

12-
- :up: Improve TravisCI to auto-generate documentation.
13+
- :up: Improve Travis CI to auto-generate documentation.
1314
- :up: Contributing instructions
1415

1516
#### More changes

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"docs": "http://nelson6e65.github.io/php_nml/api"
2323
},
2424
"require": {
25-
"php": "^5.6 || ^7.0 || ^7.1 || ^7.2",
25+
"php": "5.6.* || 7.0.* || 7.1.* || 7.2.* || 7.3.*",
2626
"cakephp/utility": "^3.0.1"
2727
},
2828
"require-dev": {

docs/guide/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
In order to install, use and update this package you will need:
66

77
- [Composer](https://getcomposer.org)
8-
- PHP 5.6, PHP 7.0, PHP 7.1 or PHP 7.2
8+
- PHP 5.6, PHP 7.0, PHP 7.1, PHP 7.2 or PHP 7.3
99

1010
::: danger Alternative install
1111
If you don't like/want to use Composer package manager, see [**Alternative installation methods**](https://github.com/nelson6e65/php_nml/wiki/Alternative-installation-methods).

0 commit comments

Comments
 (0)