Skip to content

Commit 0dedad9

Browse files
committed
Upping the PHP version
1 parent 7e85d5f commit 0dedad9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [ 8.1 ]
16+
php: [ 8.2 ]
1717
laravel: [ 9.*, 10.* ]
1818
exclude:
1919
- php: 8.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A set of useful tools for building APIs in Laravel.
2222

2323
## Requirements
2424

25-
* PHP 8.1+
25+
* PHP 8.2+
2626
* Laravel 9+
2727

2828
## Installation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
},
3333
"require": {
34-
"php": "^8.1",
34+
"php": "^8.2",
3535
"juststeveking/http-helpers": "^0.0.2"
3636
},
3737
"require-dev": {

0 commit comments

Comments
 (0)