Skip to content

Commit a904340

Browse files
authored
Add symfony/json-path (#36)
1 parent 6b90b87 commit a904340

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
name: Test
10-
runs-on: Ubuntu-20.04
10+
runs-on: ubuntu-latest
1111

1212
steps:
1313
- name: Checkout code

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"symfony/html-sanitizer": "*",
2323
"symfony/http-client": "*",
2424
"symfony/intl": "*",
25+
"symfony/json-path": "*",
2526
"symfony/json-streamer": "*",
2627
"symfony/lock": "*",
2728
"symfony/mailer": "*",

0 commit comments

Comments
 (0)