Skip to content

Commit

Permalink
initial v2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiKeiser committed Dec 16, 2021
1 parent a57b253 commit 627ad8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This bundle depends on the [Pimcore DataHub](https://github.com/pimcore/data-hub
To install the CI HUB Adapter complete following steps:
* Install via composer
```
composer require ci-hub/pimcore-ci-hub-adapter-bundle:^1.0
composer require ci-hub/pimcore-ci-hub-adapter-bundle
```
* Enable via command-line (or inside the Pimcore extension manager)
```
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
}
],
"require": {
"php": ">=7.2",
"pimcore/data-hub": "^1.0",
"pimcore/pimcore": "^6.0",
"ci-hub/simple-rest-adapter-bundle": "^1.0"
"php": ">=8.0",
"pimcore/data-hub": "^1.1",
"pimcore/pimcore": "^10.0",
"ci-hub/simple-rest-adapter-bundle": "^2.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12",
Expand Down

0 comments on commit 627ad8b

Please sign in to comment.