Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeghe committed Feb 15, 2024
1 parent 363b23b commit 0e3e877
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "nabeghe/light-localization",
"description": "A light weight and path-based PHP localization library that translations are loaded up when needed.",
"type": "library",
"version": "0.1.0",
"homepage": "https://github.com/Nabeghe/LightLocalization",
"version": "0.1.1",
"homepage": "https://github.com/nabeghe/light-localization",
"license": "MIT",
"autoload": {
"psr-4": {
Expand All @@ -18,5 +18,7 @@
"role": "Developer"
}
],
"require": {}
"require": {
"php": "^7.4"
}
}

0 comments on commit 0e3e877

Please sign in to comment.