Skip to content

Commit c3813bd

Browse files
committed
updated dependecies
1 parent 9f433e8 commit c3813bd

File tree

2 files changed

+1638
-1081
lines changed

2 files changed

+1638
-1081
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "ksbomj/json-response",
33
"description": "Small wrapper which standardize api responses",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"authors": [
66
{
77
"name": "Andrii Tarykin",
88
"email": "[email protected]"
99
}
1010
],
1111
"require": {
12-
"php": "^7.3|^8.1",
13-
"illuminate/http": "^5.0|^6.0|^7.0|^8.0|^9.0"
12+
"php": "^8.1",
13+
"illuminate/http": "^10.0"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "^8.0"
16+
"phpunit/phpunit": "^10.1"
1717
},
1818
"type": "library",
1919
"autoload": {

0 commit comments

Comments
 (0)