Skip to content

Commit

Permalink
Update to the latest Core
Browse files Browse the repository at this point in the history
ISSUE: SC1-7
  • Loading branch information
ristokekovic committed Dec 30, 2024
1 parent 2f53950 commit d5f5378
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"minimum-stability": "stable",
"require": {
"php": ">=7.4",
"sequra/integration-core": "v1.0.16",
"sequra/integration-core": "dev-dev",
"ext-json": "*"
},
"autoload": {
Expand Down Expand Up @@ -50,5 +50,11 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/sequra/integration-core"
}
]
}

0 comments on commit d5f5378

Please sign in to comment.