Skip to content

Commit

Permalink
Added composer.json for private Isotope packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Jul 29, 2024
1 parent fa76b86 commit cbc7848
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 0 deletions.
27 changes: 27 additions & 0 deletions meta/isotope/payment-pfc/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "isotope/payment-pfc",
"description": "PostFinance Checkout implementation for Isotope eCommerce",
"keywords": ["isotope", "payment", "postfinance", "checkout"],
"type": "contao-bundle",
"license": "proprietary",
"authors": [
{
"name": "terminal42 gmbh",
"homepage": "https://www.terminal42.ch"
}
],
"require": {
"php": "^7.4 || ^8.0",
"contao/core-bundle": "^4.4",
"isotope/isotope-core": "^2.4",
"postfinancecheckout/sdk": "^2.1",
"symfony/http-kernel": "^3.3 || ^4. || ^5.0 || ^6.0"
},
"require-dev": {
"contao/manager-plugin": "^2.0",
"terminal42/contao-build-tools": "dev-main"
},
"conflict": {
"contao/manager-plugin": "<2.0 || >=3.0"
}
}
26 changes: 26 additions & 0 deletions meta/isotope/payment-skrill/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "isotope/payment-skrill",
"description": "Skrill payment implementation for Isotope eCommerce",
"keywords": ["isotope", "payment", "skrill", "checkout"],
"type": "contao-bundle",
"license": "proprietary",
"authors": [
{
"name": "terminal42 gmbh",
"homepage": "https://www.terminal42.ch"
}
],
"require": {
"php": "^7.4 || ^8.0",
"ext-intl": "*",
"contao/core-bundle": "^4.9",
"isotope/isotope-core": "^2.8"
},
"require-dev": {
"contao/manager-plugin": "^2.0",
"terminal42/contao-build-tools": "dev-main"
},
"conflict": {
"contao/manager-plugin": "<2.0 || >=3.0"
}
}
26 changes: 26 additions & 0 deletions meta/isotope/payment-stripe/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "isotope/payment-stripe",
"description": "Stripe payment method for Isotope eCommerce",
"keywords": ["contao", "isotope", "payment", "stripe"],
"type": "contao-bundle",
"license": "proprietary",
"authors": [
{
"name": "terminal42 gmbh",
"homepage": "https://www.terminal42.ch"
}
],
"require": {
"php": "^7.4 || ^8.0",
"contao/core-bundle": "^4.9",
"isotope/isotope-core": "^2.7",
"stripe/stripe-php": "^7.77"
},
"require-dev": {
"contao/manager-plugin": "^2.0",
"terminal42/contao-build-tools": "dev-main"
},
"conflict": {
"contao/manager-plugin": "<2.0 || >=3.0"
},
}
34 changes: 34 additions & 0 deletions meta/isotope/shipping-plc/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "isotope/shipping-plc",
"description": "Isotope eCommerce shipping integration for Austrian Post-Labelcenter",
"homepage": "https://isotopeecommerce.org",
"keywords": [
"contao",
"isotope",
"ecommerce",
"shipping",
"post-labelcenter"
],
"type": "contao-bundle",
"license": "proprietary",
"authors": [
{
"name": "terminal42 gmbh",
"homepage": "https://www.terminal42.ch"
}
],
"require": {
"php": "^7.4 || ^8.0",
"contao/core-bundle": "^4.9",
"isotope/isotope-core": "^2.8",
"phpro/soap-client": "^2.0"
},
"require-dev": {
"contao/manager-plugin": "^2.0",
"contao/core-bundle": "4.9.*",
"terminal42/contao-build-tools": "dev-main"
},
"conflict": {
"contao/manager-plugin": "<2.0 || >= 3.0"
}
}

0 comments on commit cbc7848

Please sign in to comment.