Skip to content

Commit 763e03f

Browse files
authored
Update composer.json
1 parent 787aa5e commit 763e03f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "danilowa/laravel-api-response-builder",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "A Laravel package designed to simplify the creation of structured and formatted API responses (JSON, XML) with custom status codes, messages, and data. XML support is currently under construction.",
55
"type": "library",
66
"license": "MIT",
@@ -31,7 +31,7 @@
3131
],
3232
"require": {
3333
"php": "^8.1|^8.2",
34-
"laravel/framework": "^8.0|^9.0|^10.0|^11.0"
34+
"laravel/framework": "^8.0|^9.0|^10.0|^11.0|^12.0"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)