Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
imanghafoori1 committed Jan 24, 2024
1 parent deda588 commit ff47c2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "imanghafoori/laravel-nullable",
"description": "A package to help you write expressive defensive code in a functional manner",
"keywords": ["laravel", "laravel5-package", "PHP"],
"keywords": ["laravel", "laravel-package", "PHP"],
"license": "MIT",
"homepage": "https://github.com/imanghafoori1/laravel-nullable",
"authors": [
Expand All @@ -11,8 +11,8 @@
}
],
"require": {
"php": "^7.1.3|7.2.*|7.3.*|7.4.*|8.0.*|8.1.*|8.2.*",
"laravel/framework":"~5.1|6.*|7.*|8.*|9.*|10.*"
"php": "^7.1.3|7.2.*|7.3.*|7.4.*|8.0.*|8.1.*|8.2.*|8.3.*",
"laravel/framework":"~5.1|6.*|7.*|8.*|9.*|10.*|11.*"
},
"require-dev": {
"orchestra/testbench": "~4.0",
Expand Down

0 comments on commit ff47c2c

Please sign in to comment.