Skip to content

Commit

Permalink
bugfix with helper function
Browse files Browse the repository at this point in the history
  • Loading branch information
omaralalwi committed Nov 17, 2024
1 parent 0084d66 commit 11b8d78
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"homepage": "https://github.com/omaralalwi/lexi-translate",
"license": "MIT",
"type": "library",
"version": "1.0.3",
"version": "1.0.4",
"authors": [
{
"name": "Omar alalwi",
Expand All @@ -57,24 +57,23 @@
"autoload": {
"psr-4": {
"Omaralalwi\\LexiTranslate\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Omaralalwi\\LexiTranslate\\Tests\\": "tests/"
},
"files": [
"src/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"Omaralalwi\\LexiTranslate\\Tests\\": "tests/"
}
},
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"preferred-install": "dist"
"optimize-autoloader": true
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 11b8d78

Please sign in to comment.