Skip to content

Commit 2f9a0ac

Browse files
wrong php version constraint :( also readme
1 parent 6f321dd commit 2f9a0ac

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,11 @@ util
55

66
Various PHP utilities for general use.
77

8-
* #### Arrays
8+
* **Arrays**: Utility functions for arrays; also proxies many built-in php array functions, and removes the by-reference behavior found on the `*sort()` functions and some others.
99

10-
Utility functions for arrays; also proxies many built-in php array functions, and removes the by-reference behavior found on the `*sort()` functions and some others.
10+
* **Json**: Encoding and decoding with sensible defaults and exception-based error handling.
1111

12-
* #### Json
13-
14-
Sensible defaults and exception-based error handling.
15-
16-
* #### Value
17-
18-
General variable handling utilties, debugging, and type/pseudotype checking.
12+
* **Value**: General variable handling utilties, debugging, and type/pseudotype checking.
1913

2014
dependencies
2115
------------

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"irc": "irc://irc.freenode.net/php-enspired"
1616
},
1717
"require": {
18-
"php": "^7.0",
18+
"php": "^7.1",
1919
"php-enspired/exceptable": "^1.1"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)