Skip to content

Commit dd7ff1b

Browse files
committed
v0.1.3
composer php >=7.4
1 parent d36ee79 commit dd7ff1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nabeghe/light-localization",
33
"description": "A light weight and path-based PHP localization library that translations are loaded up when needed.",
44
"type": "library",
5-
"version": "0.1.2",
5+
"version": "0.1.3",
66
"homepage": "https://github.com/nabeghe/light-localization",
77
"license": "MIT",
88
"autoload": {
@@ -19,6 +19,6 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^7.4"
22+
"php": ">=7.4"
2323
}
2424
}

0 commit comments

Comments
 (0)