Skip to content

Commit

Permalink
Merge pull request #13 from rappasoft/develop
Browse files Browse the repository at this point in the history
v2.0.0
  • Loading branch information
rappasoft authored Oct 1, 2021
2 parents c8dfa1e + 3fb3f34 commit 39fc647
Show file tree
Hide file tree
Showing 6 changed files with 2,586 additions and 2,114 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,23 @@
"name": "rappasoft/laravel-helpers",
"description": "Laravel Helpers for Non-Laravel Projects",
"license": "MIT",
"keywords": ["laravel", "helpers"],
"keywords": ["laravel", "helpers", "string helpers", "array helpers"],
"authors": [
{
"name": "Anthony Rappa",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0"
"php": "^7.3|^8.0"
},
"autoload": {
"files": [
"src/helpers.php"
"src/arrays.php",
"src/classes.php",
"src/helpers.php",
"src/strings.php"
]
},
"minimum-stability": "stable"
}
}
Loading

0 comments on commit 39fc647

Please sign in to comment.