Skip to content

Commit

Permalink
Update for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
repat committed Feb 14, 2023
1 parent f138387 commit ce8196c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -5,7 +5,7 @@
**laravel-helper** is a package full of helper functions I found useful when developing applications with Laravel. All functions are wrapped with a `functions_exists()` in case of conflicts.

Also have a look at
* https://laravel.com/docs/8.x/helpers
* https://laravel.com/docs/10.x/helpers
* http://calebporzio.com/11-awesome-laravel-helper-functions (abandoned?)
* https://packagist.org/packages/illuminated/helper-functions
* https://packagist.org/packages/laravel/helper-functions
Expand Down Expand Up @@ -269,7 +269,7 @@ extract_inline_img("<img src='data:image/jpeg;base64,...>", '/var/www/htdocs/lar
## Version
* Version 0.4
* Version 0.5
## Contact
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -4,12 +4,12 @@
"keywords": ["laravel", "helper", "files", "array", "database", "strings", "date"],
"homepage": "https://repat.de",
"license": "MIT",
"version" : "0.4",
"version" : "0.5",
"authors": [
{"name": "repat", "email": "repat@repat.de"}
],
"require": {
"illuminate/database": "5.*|^6.20.26|7.*|8.*|9.*",
"illuminate/database": "5.*|^6.20.26|7.*|8.*|9.*|10.*",
"php": ">=7.2",
"repat/php-helper": "^0.1.15"
},
Expand Down

0 comments on commit ce8196c

Please sign in to comment.