We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f433e8 commit c3813bdCopy full SHA for c3813bd
2 files changed
composer.json
@@ -1,19 +1,19 @@
1
{
2
"name": "ksbomj/json-response",
3
"description": "Small wrapper which standardize api responses",
4
- "version": "0.0.4",
+ "version": "0.0.5",
5
"authors": [
6
7
"name": "Andrii Tarykin",
8
"email": "ksbomj@gmail.com"
9
}
10
],
11
"require": {
12
- "php": "^7.3|^8.1",
13
- "illuminate/http": "^5.0|^6.0|^7.0|^8.0|^9.0"
+ "php": "^8.1",
+ "illuminate/http": "^10.0"
14
},
15
"require-dev": {
16
- "phpunit/phpunit": "^8.0"
+ "phpunit/phpunit": "^10.1"
17
18
"type": "library",
19
"autoload": {
0 commit comments