Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Flagsmith PHP Pull Request

on:
pull_request:
branches:
- main
- release**

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "tests/Engine/EngineTests/EngineTestData"]
path = tests/Engine/EngineTests/EngineTestData
url = git@github.com:Flagsmith/engine-test-data.git
branch = v1.0.0
tag = v2.4.0
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,17 @@
"psr/simple-cache": ">=1.0",
"psr/http-factory-implementation": "1.0",
"psr/http-client-implementation": "1.0",
"psr/http-message-implementation": "1.0"
"psr/http-message-implementation": "1.0",
"softcreatr/jsonpath": "^0.10.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.3",
"guzzlehttp/psr7": "^2.1.0",
"phpunit/phpunit": "^9.5",
"symfony/cache": "^5.4.6",
"friendsofphp/php-cs-fixer": "^3.6",
"doppiogancio/mocked-client": "^3.0"
"doppiogancio/mocked-client": "^3.0",
"colinodell/json5": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading