-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from rappasoft/develop
v2.0.0
- Loading branch information
Showing
6 changed files
with
2,586 additions
and
2,114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
} | ||
} |
Oops, something went wrong.