Skip to content

Commit 41131f5

Browse files
committed
Compatibility again with PHP 7.4
1 parent 93b76ef commit 41131f5

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "nabeghe/light-localization",
33
"description": "A light weight, key-value & path-based PHP localization library that translations are loaded up when needed.",
44
"type": "library",
5-
"version": "1.1.0",
65
"homepage": "https://github.com/nabeghe/light-localization",
76
"license": "MIT",
87
"autoload": {
@@ -22,7 +21,7 @@
2221
"test": "vendor/bin/phpunit tests"
2322
},
2423
"require": {
25-
"php": ">=8.1"
24+
"php": ">=7.4"
2625
},
2726
"require-dev": {
2827
"phpunit/phpunit": "^9.0"

composer.lock

+57-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)