Skip to content

Commit

Permalink
Update for laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
repat committed Mar 27, 2024
1 parent ce8196c commit 43a4bf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -269,7 +269,7 @@ extract_inline_img("<img src='data:image/jpeg;base64,...>", '/var/www/htdocs/lar
## Version
* Version 0.5
* Version 0.6
## 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.5",
"version" : "0.6",
"authors": [
{"name": "repat", "email": "repat@repat.de"}
],
"require": {
"illuminate/database": "5.*|^6.20.26|7.*|8.*|9.*|10.*",
"illuminate/database": "5.*|^6.20.26|7.*|8.*|9.*|10.*|11.*",
"php": ">=7.2",
"repat/php-helper": "^0.1.15"
},
Expand Down

0 comments on commit 43a4bf1

Please sign in to comment.