Skip to content

Commit

Permalink
Merge pull request #7 from 7span/upgrade/laravel-9-to-10
Browse files Browse the repository at this point in the history
Added php 8.2 support
  • Loading branch information
kajal-7span authored Sep 19, 2023
2 parents 29b6903 + c42ac85 commit 9f1151f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@
}
],
"require": {
"php": "^7.2.5||^8.0||^8.1"
},
"require-dev": {
"psalm/plugin-laravel": "^1.2",
"vimeo/psalm": "^3.11"
"php": "^7.2.5||^8.0||^8.1||^8.2"
},
"require-dev": {},
"autoload": {
"psr-4": {
"SevenSpan\\ValueFirst\\": "src"
Expand All @@ -41,9 +38,7 @@
"SevenSpan\\ValueFirst\\Tests\\": "tests"
}
},
"scripts": {
"psalm": "vendor/bin/psalm"
},
"scripts": {},
"config": {
"sort-packages": true
},
Expand All @@ -59,4 +54,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 9f1151f

Please sign in to comment.