Skip to content

Commit

Permalink
Added php 8.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
trushal-7span committed Sep 19, 2023
1 parent 29b6903 commit c42ac85
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 c42ac85

Please sign in to comment.