Skip to content

Commit d30da4b

Browse files
Update composer.json
1 parent 5ef49bb commit d30da4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "imanghafoori/laravel-widgetize",
3-
"description": "A minimal yet powerful package to give a better structure and caching opportunity for your laravel apps.",
4-
"keywords": ["laravel","laravel-cache","PHP"],
3+
"description": "A minimal yet powerful package to give a better structure and caching opportunity for your Laravel apps.",
4+
"keywords": ["laravel", "laravel-cache", "PHP"],
55
"license": "MIT",
66
"homepage": "https://github.com/imanghafoori1/laravel-widgetize",
77
"authors": [
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^7.1.3|7.2.*|7.3.*|7.4.*|^8.0",
15-
"laravel/framework":"~5.1|6.*|7.*|8.*|9.*|10.*"
15+
"laravel/framework":"~5.1|6.*|7.*|8.*|9.*|10.*|11.*"
1616
},
1717
"autoload-dev": {
1818
"psr-4": {
@@ -36,7 +36,7 @@
3636
"suggest": {
3737
"imanghafoori/laravel-heyman": "It allows to write expressive code to authorize, validate and authenticate.",
3838
"imanghafoori/laravel-decorator": "Allows you to easily apply the decorator pattern.",
39-
"imanghafoori/laravel-terminator": "Gives you opportunity to refactor your controllers.",
39+
"imanghafoori/laravel-terminator": "Gives you the opportunity to refactor your controllers.",
4040
"imanghafoori/laravel-anypass": " Allows you login with any password in local environment.",
4141
"imanghafoori/laravel-masterpass": "You can easily set a master password without code change."
4242
},

0 commit comments

Comments
 (0)