Skip to content

Commit

Permalink
Merge pull request #1 from lconnellycd/master
Browse files Browse the repository at this point in the history
Add Laravel 10 support
  • Loading branch information
gdrew8 authored Jan 9, 2025
2 parents 5fa5664 + a5d98ed commit 8154fa1
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
Expand Up @@ -20,8 +20,8 @@
"microsoft"
],
"require": {
"php": "^8.1",
"laminas/laminas-http": "^2.17.0",
"php": "^8.2",
"laminas/laminas-http": "^2.21.0",
"ext-json": "*"
},
"require-dev": {
Expand Down Expand Up @@ -50,4 +50,4 @@
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml --log-junit junit/log.xml"
}
}
}

0 comments on commit 8154fa1

Please sign in to comment.