Skip to content

Commit 1f3d1ed

Browse files
Short array syntax has been added in PHP 5.4.0
http://php.net/manual/en/migration54.new-features.php Short array syntax has been added, e.g. $a = [1, 2, 3, 4]; or $a = ['one' => 1, 'two' => 2, 'three' => 3, 'four' => 4];.
1 parent 31465dc commit 1f3d1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"source": "https://github.com/cmfcmf/OpenWeatherMap-PHP-Api.git"
1818
},
1919
"require": {
20-
"php": ">=5.3.0"
20+
"php": ">=5.4.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)