Skip to content

Commit

Permalink
fix input and version
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Nov 10, 2024
1 parent 16a29d7 commit abd0c46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
generator:
build: .
Expand Down
6 changes: 3 additions & 3 deletions integration/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"foo": "bar",
"bar": "foo"
},
"mapReceiver": [
{
"mapReceiver": {
"foo": {
"title": "foo",
"email": "[email protected]",
"categories": [
Expand All @@ -28,7 +28,7 @@
"long": 9.9167
}
}
],
},
"tags": [
"foo",
"bar"
Expand Down
4 changes: 2 additions & 2 deletions integration/php/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"php": ">=8.1",
"psx/schema": "^5.0"
"php": ">=8.2",
"psx/schema": "^7.0"
}
}

0 comments on commit abd0c46

Please sign in to comment.