We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
symfony/json-path
1 parent 6b90b87 commit a904340Copy full SHA for a904340
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
build:
9
name: Test
10
- runs-on: Ubuntu-20.04
+ runs-on: ubuntu-latest
11
12
steps:
13
- name: Checkout code
composer.json
@@ -22,6 +22,7 @@
22
"symfony/html-sanitizer": "*",
23
"symfony/http-client": "*",
24
"symfony/intl": "*",
25
+ "symfony/json-path": "*",
26
"symfony/json-streamer": "*",
27
"symfony/lock": "*",
28
"symfony/mailer": "*",
0 commit comments