Skip to content

Commit

Permalink
Composer requirement updates. PHP 8.2 minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmitrikeski committed Sep 3, 2024
1 parent 6634d19 commit 49e6c13
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"minimum-stability": "stable",
"require": {
"php" : ">=8.1",
"php" : ">=8.2",
"ext-soap": "*",
"openlss/lib-array2xml": "^1.0",
"psr/log": "^3.0",
Expand All @@ -31,11 +31,11 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"illuminate/testing": "^10.0",
"illuminate/support": "10.x-dev",
"phpoption/phpoption": "1.9.x-dev",
"vlucas/phpdotenv": "5.5.x-dev",
"illuminate/database": "10.x-dev"
"illuminate/testing": "^11.0",
"illuminate/support": "^11.0",
"phpoption/phpoption": "^1.9",
"vlucas/phpdotenv": "^5.5",
"illuminate/database": "^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 49e6c13

Please sign in to comment.