Git Product home page Git Product logo

aimeos / aimeos Goto Github PK

View Code? Open in Web Editor NEW
3.7K 37.0 261.0 3.85 MB

Integrated online shop based on Laravel 10 and the Aimeos e-commerce framework for ultra-fast online shops, scalable marketplaces, complex B2B applications and #gigacommerce

Home Page: https://aimeos.org/Laravel

License: MIT License

PHP 17.04% Blade 6.86% CSS 3.11% JavaScript 72.98%
aimeos laravel shop e-commerce ecommerce performance php e-commerce-platform b2b shopping-cart

aimeos's Introduction

Aimeos logo

Total Downloads Latest Stable Version License Open issues

⭐ Star us on GitHub — it motivates us a lot! 😀

Aimeos GitHub stats

Aimeos - THE Laravel ecommerce platform

Aimeos is THE ultra-fast, cloud-native and API-first e-commerce platform! You can install it within 5 minutes and can adapt, extend, overwrite and customize anything to your needs.

Aimeos Laravel demo

Features

Aimeos is a full-featured e-commerce package:

  • JSON REST API based on jsonapi.org
  • GraphQL API for administration
  • Perfect fit for AWS, Google, Azure and Kubernetes based clouds
  • Multi vendor, multi channel and multi warehouse
  • From one to 1,000,000,000+ items
  • Extremly fast down to 20ms
  • For multi-tentant e-commerce SaaS solutions with unlimited vendors
  • Bundles, vouchers, virtual, configurable, custom and event products
  • Subscriptions with recurring payments
  • 100+ payment gateways
  • Full RTL support (frontend and backend)
  • Block/tier pricing out of the box
  • Extension for customer/group based prices
  • Discount and voucher support
  • Flexible basket rule system
  • Full-featured admin backend
  • Beautiful admin dashboard
  • Configurable product data sets
  • Completly modular structure
  • Extremely configurable and extensible
  • Extension for market places with millions of vendors
  • Fully SEO optimized including rich snippets
  • Translated to 30+ languages
  • AI-based text translation
  • Optimized for smart phones and tablets
  • Secure and reviewed implementation
  • High quality source code

... and more Aimeos features

Supported languages:

           

Check out the demos:

Headless distribution

To build a single page application (SPA) respectively a progressive web application (PWA), the Aimeos headless distribution is the right choice with API-only and JWT authentication pre-configured:

Aimeos headless distribution

Integrate into existing applications

You already have an existing Laravel application and want to add a shop to your web site? Install the Aimeos composer package for Laravel and add e-commerce to your existing application in minutes:

Aimeos Laravel package

Standalone application

Requirements

The Aimeos shop distribution requires:

  • Linux/Unix, WAMP/XAMP or MacOS environment
  • PHP >= 8.2
  • MySQL >= 5.7.8, MariaDB >= 10.2.2, PostgreSQL 9.6+, SQL Server 2019+
  • Web server (Apache, Nginx or integrated PHP web server for testing)

If required PHP extensions are missing, composer will tell you about the missing dependencies.

If you want to upgrade between major versions, please have a look into the upgrade guide!

Installation

To install the Aimeos shop application, you need composer 2.2+. On the CLI, execute this command for a complete installation including a working setup:

wget https://getcomposer.org/download/latest-stable/composer.phar -O composer
php composer create-project aimeos/aimeos myshop

You will be asked for the parameters of your database and mail server as well as an e-mail and password used for creating the administration account.

In a local environment, you can use the integrated PHP web server to test your new Aimeos installation. Simply execute the following command to start the web server:

cd myshop
php artisan serve

Note: In an hosting environment, the document root of your virtual host must point to the /.../myshop/public/ directory and you have to change the APP_URL setting in your .env file to your domain without port, e.g.:

APP_URL=http://myhostingdomain.com

Frontend

After the installation, you can test the Aimeos shop frontend by calling the URL of your VHost in your browser. If you use the integrated PHP web server, you should browse this URL: http://127.0.0.1:8000

Aimeos frontend

Backend

The Aimeos administration interface will be available at /admin in your VHost. When using the integrated PHP web server, call this URL: http://127.0.0.1:8000/admin

Aimeos admin backend

Customize

Laravel and the Aimeos e-commerce package are extremely flexible and highly customizable. A lot of documentation for the Laravel framework and the Aimeos e-commerce framework exists. If you have questions about Aimeos, don't hesitate to ask in our Aimeos forum.

For more details about Aimeos Laravel integration, please have a look at its repository.

Multi-language

For shops which offers multiple languages, just add this line to your ./myshop/.env file:

SHOP_MULTILOCALE=true

Then, the language will be added to the routes automatically. You can set up the available languages in the "Locale > Locale" panel of the Aimeos admin backend.

Multi-routing

If you want to have all category, product and page URLs as top level URLs like /shoes, /my-sneaker and /about-us, then you can enable the Aimeos multi-routing feature in your ./myshop/.env file:

SHOP_MULTIROUTE=true

Caution: This will affect performance as it requires additional database queries for each request!

Multi-vendor

To enable multi-vendor features, add this settings to the ./myshop/.env file:

SHOP_MULTISHOP=true

If you want to allow vendors to register themselves as sellers, set this option in the ./myshop/.env file too:

SHOP_REGISTRATION=true

By default, newly registered sellers have administrator privileges in the backend for their own site. For a more limited access to the backend, you can change the permission level to "editor" in the ./myshop/.env file:

SHOP_PERMISSION=editor

You can change the permissions associated to "admin" or "editor" by adding your own version of the JQAdm resource configuration to the "admin" section of your ./config/shop.php file.

License

The Aimeos shop system is licensed under the terms of the MIT and LGPLv3 license and is available for free.

Links

aimeos's People

Contributors

aimeos avatar alababdiy avatar dependabot[bot] avatar fmarslan avatar mbnoimi avatar philip avatar xerc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aimeos's Issues

Missing database relation between mshop_order_base_product and mshop_product

When looking at the DB schema, there seems to be a missing relation between mshop_order_base_product and mshop_product. It also isn't possible to create this relation as mshop_order_base_product.prodid is a varchar(32) while mshop_product.id is an int(11).

Is this by design? If so, could you please give an explanation why? Our DBA would very much like to know :)

Aimeos\MW\DB\Exception DB related Issues!

When I run php artisan aimeos:setup --option=setup/default/demo:1
I'm getting error, I check the mysql db and use
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_bin',
AND I follow the process/step giving in https://github.com/aimeos/aimeos-laravel
How can I resolve this DB issue?

$ php artisan aimeos:setup --option=setup/default/demo:1
Initializing or updating the Aimeos database tables for site "default"
Add new type columns
Checking table "mshop_attribute": OK
Checking table "mshop_attribute_list": OK
Checking table "mshop_attribute_property": OK
Checking table "mshop_catalog_list": OK
Checking table "mshop_customer_list": OK
Checking table "mshop_customer_property": OK
Checking table "mshop_media": OK
Checking table "mshop_media_list": OK
Checking table "mshop_media_property": OK
Checking table "mshop_plugin": OK
Checking table "mshop_price": OK
Checking table "mshop_price_list": OK
Checking table "mshop_product": OK
Checking table "mshop_product_list": OK
Checking table "mshop_product_property": OK
Checking table "mshop_service": OK
Checking table "mshop_service_list": OK
Checking table "mshop_stock": OK
Checking table "mshop_supplier_list": OK
Checking table "mshop_tag": OK
Checking table "mshop_text": OK
Checking table "mshop_text_list": OK
Drop old unique indexes
Checking table "mshop_attribute": OK
Checking table "mshop_attribute_list": OK
Checking table "mshop_attribute_property": OK
Checking table "mshop_catalog_list": OK
Checking table "mshop_customer_list": OK
Checking table "mshop_customer_property": OK
Checking table "mshop_media_list": OK
Checking table "mshop_media_property": OK
Checking table "mshop_plugin": OK
Checking table "mshop_price_list": OK
Checking table "mshop_product_list": OK
Checking table "mshop_product_property": OK
Checking table "mshop_service_list": OK
Checking table "mshop_stock": OK
Checking table "mshop_supplier_list": OK
Checking table "mshop_tag": OK
Checking table "mshop_text_list": OK
Migrate typeid to type
Checking table "mshop_attribute": OK
Checking table "mshop_attribute_list": OK
Checking table "mshop_attribute_property": OK
Checking table "mshop_catalog_list": OK
Checking table "mshop_customer_list": OK
Checking table "mshop_customer_property": OK
Checking table "mshop_media": OK
Checking table "mshop_media_list": OK
Checking table "mshop_media_property": OK
Checking table "mshop_plugin": OK
Checking table "mshop_price": OK
Checking table "mshop_price_list": OK
Checking table "mshop_product": OK
Checking table "mshop_product_list": OK
Checking table "mshop_product_property": OK
Checking table "mshop_service": OK
Checking table "mshop_service_list": OK
Checking table "mshop_stock": OK
Checking table "mshop_supplier_list": OK
Checking table "mshop_tag": OK
Checking table "mshop_text": OK
Checking table "mshop_text_list": OK
Update attribute "key" columns
Checking table mshop_attribute OK
Renaming catalog index tables to index
Checking table "mshop_catalog_index_attribute" OK
Checking table "mshop_catalog_index_catalog" OK
Checking table "mshop_catalog_index_price" OK
Checking table "mshop_catalog_index_text" OK
Migrating configuration keys in coupon tables OK
Migrate mshop_index_text table engine to InnoDB OK
Prepare mshop_index_price table for simplification OK
Prepare mshop_index_text table for simplification OK
Remove mshop_locale char constraints
Checking constraint for "langid" OK
Checking constraint for "currencyid" OK
Adding warehouse code to order base product table OK
Adding tax column to order tables
Checking table "mshop_order_base_product": OK
Checking table "mshop_order_base_service": OK
Checking table "mshop_order_base": OK
Rename "prodid" to "parentid" in table "mshop_product_stock"
Checking column "prodid" OK
Migrating product property domain to "product" OK
Changing warehouseid column in mshop_product_stock OK
Rename warehouse table
Drop "mshop_product_stock.fk_msprost_whid" OK
Drop "mshop_product_stock.fk_msprost_stock_warehouseid" OK
Rename "mshop_product_stock.wareshouseid" OK
Rename "mshop_product_stock_wareshouse" OK
Move stock tables to own domain
Checking "mshop_product_stock" OK
Checking "mshop_product_stock_type" OK
Ensure unique codes in mshop_service OK
Migrate product code in stock table
Clear property "key" columns
Checking table mshop_attribute_property OK
Checking table mshop_customer_property OK
Checking table mshop_media_property OK
Checking table mshop_price_property OK
Checking table mshop_product_property OK
Update "siteid" columns
Moving product tag tables to own domain
Moving table "mshop_product_tag_type" OK
Moving table "mshop_product_tag" OK
Rename "refid" to "parentid" in table "users_address"
Checking column "refid" OK
Remove left over Laravel user references
Remove records from users_address OK
Remove records from users_list OK
Remove records from users_property OK
Update Laravel "siteid" columns
Add new type columns for Laravel
Checking table "users_list": OK
Checking table "users_property": OK
Drop old unique indexes for Laravel
Checking table "users_list": OK
Checking table "users_property": OK
Migrate typeid to type for Laravel
Checking table "users_list": OK
Checking table "users_property": OK
Creating base tables
Using schema from locale.php
Checking table "mshop_locale_currency": done
Checking table "mshop_locale_language": done
Checking table "mshop_locale_site":
Aimeos\MW\DB\Exception : SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length
is 767 bytes: CREATE TABLE mshop_locale_site (id INT AUTO_INCREMENT NOT NULL, parentid INT DEFAULT NULL, siteid VARCHAR(255) NOT
NULL, code VARCHAR(255) NOT NULL, label VARCHAR(255) NOT NULL, config TEXT NOT NULL, level SMALLINT NOT NULL, nleft INT NOT N
ULL, nright INT NOT NULL, status SMALLINT NOT NULL, mtime DATETIME NOT NULL, ctime DATETIME NOT NULL, editor VARCHAR(255) NOT NU
LL, UNIQUE INDEX unq_mslocsi_code (code), UNIQUE INDEX unq_mslocsi_siteid (siteid), INDEX idx_mslocsi_nlt_nrt_lvl_pid (nleft, nr
ight, level, parentid), INDEX idx_mslocsi_level_status (level, status), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_bin ENGINE = InnoDB

at C:\xampp\htdocs\SCALA1\myshop\vendor\aimeos\aimeos-core\lib\mwlib\src\MW\DB\Statement\DBAL\Simple.php:75
71| {
72| try {
73| $result = $this->exec();
74| } catch( \PDOException $e ) {

75| throw new \Aimeos\MW\DB\Exception( $e->getMessage() . ': ' . $this->sql, $e->getCode() );
76| }
77|
78| return new \Aimeos\MW\DB\Result\PDO( $result );
79| }

Exception trace:

1 Aimeos\MW\DB\Statement\DBAL\Simple::execute()
C:\xampp\htdocs\SCALA1\myshop\vendor\aimeos\aimeos-core\lib\mwlib\src\MW\Setup\Task\Base.php:164

2 Aimeos\MW\Setup\Task\Base::executeList("db-locale")
C:\xampp\htdocs\SCALA1\myshop\vendor\aimeos\aimeos-core\lib\mshoplib\setup\TablesCreateMShop.php:173

Please use the argument -v to see more details.

Install Error: php artisan aimeos:setup --option=setup/default/demo:1

Hi,

When I run the install command I get the following error. I am using pgsql as my DB but I was under the impression that this was supported.

php artisan aimeos:setup --option=setup/default/demo:1

In DBAL.php line 99:

An exception occurred while executing 'SET SESSION sort_buffer_size=2097144
; SET NAMES 'utf8'; SET SESSION sql_mode='ANSI'':

SQLSTATE[42601]: Syntax error: 7 ERROR: cannot insert multiple commands in
to a prepared statement

Class "\Aimeos\MShop\Index\Manager\PgSQL" not available

I am trying install aimeos with postgresql database, and after solved LOTS of problems that occurs when we use other database that isnot mysql, this message is showed on home page

Class "\Aimeos\MShop\Index\Manager\PgSQL" not available

How to fix this? Whats is missing?

aimeos/ai-payments error

I added a service with "Stripe" as a supplier, but after the delivery step, I have an error:
Class " Aimeos Mshop Service Provider Payment Stripe" not available

In the article https://aimeos.org/help/help-f15/stripe-provider-setup-t1244.html, it is indicated to install "aimeos/ai-payments".
I added "aimeos/ai-payments": "dev-master" in my composer.json, but composer returns this:
Problem 1
- aimeos/aimeos-laravel 2019.10.5 requires aimeos/aimeos-core 2019.10.* -> satisfiable by aimeos/aimeos-core[2019.10.27, 2019.10.1, 2019.10.10, 2019.10.11, 2019.10.12, 2019.10.13, 2019.10.14, 2019.10.15, 2019.10.16, 2019.10.17, 2019.10.18, 2019.10.19, 2019.10.2, 2019.10.20, 2019.10.21, 2019.10.22, 2019.10.23, 2019.10.24, 2019.10.25, 2019.10.26, 2019.10.3, 2019.10.4, 2019.10.5, 2019.10.6, 2019.10.7, 2019.10.8, 2019.10.9, 2019.10.x-dev].
- aimeos/aimeos-laravel 2019.10.1 requires aimeos/aimeos-core 2019.10.* -> satisfiable by aimeos/aimeos-core[2019.10.27, 2019.10.1, 2019.10.10, 2019.10.11, 2019.10.12, 2019.10.13, 2019.10.14, 2019.10.15, 2019.10.16, 2019.10.17, 2019.10.18, 2019.10.19, 2019.10.2, 2019.10.20, 2019.10.21, 2019.10.22, 2019.10.23, 2019.10.24, 2019.10.25, 2019.10.26, 2019.10.3, 2019.10.4, 2019.10.5, 2019.10.6, 2019.10.7, 2019.10.8, 2019.10.9, 2019.10.x-dev].
- aimeos/aimeos-laravel 2019.10.2 requires aimeos/aimeos-core 2019.10.* -> satisfiable by aimeos/aimeos-core[2019.10.27, 2019.10.1, 2019.10.10, 2019.10.11, 2019.10.12, 2019.10.13, 2019.10.14, 2019.10.15, 2019.10.16, 2019.10.17, 2019.10.18, 2019.10.19, 2019.10.2, 2019.10.20, 2019.10.21, 2019.10.22, 2019.10.23, 2019.10.24, 2019.10.25, 2019.10.26, 2019.10.3, 2019.10.4, 2019.10.5, 2019.10.6, 2019.10.7, 2019.10.8, 2019.10.9, 2019.10.x-dev].
- aimeos/aimeos-laravel 2019.10.3 requires aimeos/aimeos-core 2019.10.* -> satisfiable by aimeos/aimeos-core[2019.10.27, 2019.10.1, 2019.10.10, 2019.10.11, 2019.10.12, 2019.10.13, 2019.10.14, 2019.10.15, 2019.10.16, 2019.10.17, 2019.10.18, 2019.10.19, 2019.10.2, 2019.10.20, 2019.10.21, 2019.10.22, 2019.10.23, 2019.10.24, 2019.10.25, 2019.10.26, 2019.10.3, 2019.10.4, 2019.10.5, 2019.10.6, 2019.10.7, 2019.10.8, 2019.10.9, 2019.10.x-dev].
- aimeos/aimeos-laravel 2019.10.4 requires aimeos/aimeos-core 2019.10.* -> satisfiable by aimeos/aimeos-core[2019.10.27, 2019.10.1, 2019.10.10, 2019.10.11, 2019.10.12, 2019.10.13, 2019.10.14, 2019.10.15, 2019.10.16, 2019.10.17, 2019.10.18, 2019.10.19, 2019.10.2, 2019.10.20, 2019.10.21, 2019.10.22, 2019.10.23, 2019.10.24, 2019.10.25, 2019.10.26, 2019.10.3, 2019.10.4, 2019.10.5, 2019.10.6, 2019.10.7, 2019.10.8, 2019.10.9, 2019.10.x-dev].
- aimeos/aimeos-laravel 2019.10.5 requires aimeos/aimeos-core 2019.10.* -> satisfiable by aimeos/aimeos-core[2019.10.27, 2019.10.1, 2019.10.10, 2019.10.11, 2019.10.12, 2019.10.13, 2019.10.14, 2019.10.15, 2019.10.16, 2019.10.17, 2019.10.18, 2019.10.19, 2019.10.2, 2019.10.20, 2019.10.21, 2019.10.22, 2019.10.23, 2019.10.24, 2019.10.25, 2019.10.26, 2019.10.3, 2019.10.4, 2019.10.5, 2019.10.6, 2019.10.7, 2019.10.8, 2019.10.9, 2019.10.x-dev].
- aimeos/aimeos-laravel 2019.10.x-dev requires aimeos/aimeos-core 2019.10.* -> satisfiable by aimeos/aimeos-core[2019.10.27, 2019.10.1, 2019.10.10, 2019.10.11, 2019.10.12, 2019.10.13, 2019.10.14, 2019.10.15, 2019.10.16, 2019.10.17, 2019.10.18, 2019.10.19, 2019.10.2, 2019.10.20, 2019.10.21, 2019.10.22, 2019.10.23, 2019.10.24, 2019.10.25, 2019.10.26, 2019.10.3, 2019.10.4, 2019.10.5, 2019.10.6, 2019.10.7, 2019.10.8, 2019.10.9, 2019.10.x-dev].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.1].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.10].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.11].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.12].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.13].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.14].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.15].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.16].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.17].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.18].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.19].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.2].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.20].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.21].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.22].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.23].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.24].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.25].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.26].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.27].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.3].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.4].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.5].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.6].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.7].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.8].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.9].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.x-dev].
- Can only install one of: aimeos/aimeos-core[dev-master, 2019.10.27].
- aimeos/ai-payments dev-master requires aimeos/aimeos-core dev-master -> satisfiable by aimeos/aimeos-core[dev-master].
- Installation request for aimeos/ai-payments dev-master -> satisfiable by aimeos/ai-payments[dev-master].
- Installation request for aimeos/aimeos-laravel ~2019.10 -> satisfiable by aimeos/aimeos-laravel[2019.10.1, 2019.10.2, 2019.10.3, 2019.10.4, 2019.10.5, 2019.10.x-dev].

Navbar issue (Even with updated app.blade.php)

I've been installing and reinstalling aimeos trying to figure out as to why the navbar on my local does not look anything like the navbar on the demo website. My navigation is just a small little button next to the Aimeos title. I have attached a screenshot to preview the issue. Thank you in advance

Screenshot_68

composer install failure

please am sorry to be the one with an issue here may be am not getting it right but on the documentaion you listed commands that i have run and am getting an error and dont see how to get over it. here is the error:----

$ composer create-project aimeos/aimeos myshoppingsite
Installing aimeos/aimeos (2017.10.1)

  • Installing aimeos/aimeos (2017.10.1): Loading from cache
    Created project in myshoppingsite

@php -r "file_exists('.env') || copy('.env.example', '.env');"
mkdir public/files public/preview public/uploads
The syntax of the command is incorrect.
Script mkdir public/files public/preview public/uploads handling the post-root-package-install event returned with error code 1

checked all the prerequisites and i have them
thanks i would love to check this app and integrate it on my site

Product

HI
i have added new products but its not showing on main screen

Migration error

i got below error after i create fresh project "composer create-project aimeos/aimeos myshop"

Creating base tables
Using schema from locale.php
Checking table "mshop_locale_site":
In MySqlSchemaManager.php line 315:

Type error: Argument 1 passed to Doctrine\DBAL\Schema\MySqlSchemaManager::p
arseCreateOptions() must be of the type string, null given, called in /User
s/sufi/Documents/Work/GitHub/myshop/vendor/doctrine/dbal/lib/Doctrine/DBAL/
Schema/MySqlSchemaManager.php on line 307

Registration

After registration of user its says that page not found error 404

missing table

An exception occurred while executing ' SELECT mlocsi."id" AS "locale.site.id", mlocsi."code" AS "locale.site.code", mlocsi."label" AS "locale.site.label", mlocsi."config" AS "locale.site.config", mlocsi."status" AS "locale.site.status", mlocsi."editor" AS "locale.site.editor", mlocsi."mtime" AS "locale.site.mtime", mlocsi."ctime" AS "locale.site.ctime" FROM "mshop_locale_site" AS mlocsi WHERE mlocsi."level" = 0 AND mlocsi."code" = 'default' GROUP BY mlocsi."id", mlocsi."code", mlocsi."label", mlocsi."config", mlocsi."status", mlocsi."editor", mlocsi."mtime", mlocsi."ctime" ORDER BY mlocsi."id" ASC LIMIT 100 OFFSET 0 ': SQLSTATE[42S02]
missing this table

A non-recoverable error occured

After completely installing the Aimeos shop application with composer , it showing A non-recoverable error occured in the browser. Please suggest about this. Thank you

error `Illegal offset type` on fresh install

i just installed aimeos. then i navigated to my localhost and hit with this error

[2019-01-17 15:32:39] local.ERROR: Illegal offset type {"exception":"[object] (ErrorException(code: 0): Illegal offset type at /Users/username/Documents/apacheSites/myshop/vendor/aimeos/aimeos-core/lib/mwlib/src/MW/DB/Result/PDO.php:67)
[stacktrace]
#0 /Users/username/Documents/apacheSites/myshop/vendor/aimeos/aimeos-core/lib/mwlib/src/MW/DB/Result/PDO.php(67): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Illegal offset ...', '/Users/username/Doc...', 67, Array)
#1 /Users/username/Documents/apacheSites/myshop/vendor/aimeos/aimeos-core/lib/mshoplib/src/MShop/Locale/Manager/Site/Standard.php(634): Aimeos\\MW\\DB\\Result\\PDO->fetch()
#2 /Users/username/Documents/apacheSites/myshop/vendor/aimeos/aimeos-core/lib/mshoplib/src/MShop/Common/Manager/Base.php(475): Aimeos\\MShop\\Locale\\Manager\\Site\\Standard->searchItems(Object(Aimeos\\MW\\Criteria\\SQL), Array)
#3 /Users/username/Documents/apacheSites/myshop/vendor/aimeos/aimeos-core/lib/mshoplib/src/MShop/Locale/Manager/Site/Standard.php(348): Aimeos\\MShop\\Common\\Manager\\Base->findItemBase(Array, Array, false)
#4 /Users/username/Documents/apacheSites/myshop/vendor/aimeos/aimeos-core/lib/mshoplib/src/MShop/Common/Manager/Decorator/Base.php(126): Aimeos\\MShop\\Locale\\Manager\\Site\\Standard->findItem('default', Array, 'product', NULL, false)
#5 /Users/username/Documents/apacheSites/myshop/vendor/aimeos/aimeos-core/lib/mshoplib/src/MShop/Locale/Manager/Standard.php(124): Aimeos\\MShop\\Common\\Manager\\Decorator\\Base->findItem('default')
#6 [internal function]: Aimeos\\MShop\\Locale\\Manager\\Standard->bootstrap('default', '', '', true)
#7 /Users/username/Documents/apacheSites/myshop/vendor/aimeos/aimeos-core/lib/mshoplib/src/MShop/Common/Manager/Decorator/Base.php(51): call_user_func_array(Array, Array)
#8 /Users/username/Documents/apacheSites/myshop/vendor/aimeos/aimeos-laravel/src/Aimeos/Shop/Base/Locale.php(71): Aimeos\\MShop\\Common\\Manager\\Decorator\\Base->__call('bootstrap', Array)
#9 /Users/username/Documents/apacheSites/myshop/vendor/aimeos/aimeos-laravel/src/Aimeos/Shop/Base/Context.php(101): Aimeos\\Shop\\Base\\Locale->get(Object(Aimeos\\MShop\\Context\\Item\\Standard))
#10 /Users/username/Documents/apacheSites/myshop/vendor/aimeos/aimeos-laravel/src/Aimeos/Shop/Base/Page.php(76): Aimeos\\Shop\\Base\\Context->get()
#11 /Users/username/Documents/apacheSites/myshop/vendor/aimeos/aimeos-laravel/src/Aimeos/Shop/Controller/CatalogController.php(58): Aimeos\\Shop\\Base\\Page->getSections('catalog-list')
#12 [internal function]: Aimeos\\Shop\\Controller\\CatalogController->listAction()
#13 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): call_user_func_array(Array, Array)
#14 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction('listAction', Array)
#15 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Route.php(212): Illuminate\\Routing\\ControllerDispatcher->dispatch(Object(Illuminate\\Routing\\Route), Object(Aimeos\\Shop\\Controller\\CatalogController), 'listAction')
#16 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Route.php(169): Illuminate\\Routing\\Route->runController()
#17 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Router.php(658): Illuminate\\Routing\\Route->run()
#18 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(30): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#19 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(41): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#20 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(149): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#21 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#22 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(68): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#23 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(149): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#24 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#25 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#26 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(149): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#27 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#28 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(63): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#29 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(149): Illuminate\\Session\\Middleware\\StartSession->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#30 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#31 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#32 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(149): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#33 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#34 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(66): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#35 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(149): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#36 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#37 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(102): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#38 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Router.php(660): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#39 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Router.php(635): Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route), Object(Illuminate\\Http\\Request))
#40 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Router.php(601): Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request), Object(Illuminate\\Routing\\Route))
#41 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Router.php(590): Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
#42 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(176): Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
#43 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(30): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
#44 /Users/username/Documents/apacheSites/myshop/vendor/fideloper/proxy/src/TrustProxies.php(56): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#45 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(149): Fideloper\\Proxy\\TrustProxies->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#46 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#47 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(30): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#48 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(149): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#49 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#50 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(30): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#51 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(149): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#52 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#53 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#54 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(149): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#55 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#56 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php(46): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#57 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(149): Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode->handle(Object(Illuminate\\Http\\Request), Object(Closure))
#58 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
#59 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(102): Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
#60 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(151): Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
#61 /Users/username/Documents/apacheSites/myshop/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(116): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
#62 /Users/username/Documents/apacheSites/myshop/public/index.php(55): Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
#63 {main}
"} 

environment

  • mac os mojave
  • PHP 7.3.1 (with xdebug enabled. turned it off still yield same error)
  • apache 2.4
  • mysql 5.7
  • Composer version 1.8.0
  • aimeos was installed using composer create-project aimeos/aimeos myshop as per readme

** PrettyPage error in browser**

Environment & details:
GET Data empty
POST Data empty
Files empty
Cookies
XSRF-TOKEN	
"eyJpdiI6IlVDNm41dTVoTFgzKzE5VUlqV1VGTmc9PSIsInZhbHVlIjoiSFpsekc2R25lV3MwUXVRYVR3cU1rWG8rbXUzaTEzMTZ3WDZxc1wvY1wvXC9BQ1NZNWZGN3BuUjhycEJwNGVnb0Z2RyIsIm1hYyI6IjNh ▶"
aimeos_session	
"eyJpdiI6IlU3ZVhQMGJhZ1ZHQ3lRMlwvNzJ1OHhBPT0iLCJ2YWx1ZSI6ImFrV0dlbmNyQUNuVnQ2cWozVENJNmQzZVJSTVFsekZOUTgzbFBVN1JPOHRrSkVMb3ptMENWdmpEdmk0SkhHSEUiLCJtYWMiOiIxZGY0 ▶"
Session empty
Server/Request Data
REDIRECT_STATUS	
"200"
HTTP_HOST	
"myshop.test"
HTTP_CONNECTION	
"keep-alive"
HTTP_CACHE_CONTROL	
"max-age=0"
HTTP_UPGRADE_INSECURE_REQUESTS	
"1"
HTTP_USER_AGENT	
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36"
HTTP_DNT	
"1"
HTTP_ACCEPT	
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8"
HTTP_ACCEPT_ENCODING	
"gzip, deflate"
HTTP_ACCEPT_LANGUAGE	
"en-US,en;q=0.9"
HTTP_COOKIE	
"XSRF-TOKEN=eyJpdiI6IlVDNm41dTVoTFgzKzE5VUlqV1VGTmc9PSIsInZhbHVlIjoiSFpsekc2R25lV3MwUXVRYVR3cU1rWG8rbXUzaTEzMTZ3WDZxc1wvY1wvXC9BQ1NZNWZGN3BuUjhycEJwNGVnb0Z2RyIsI ▶"
PATH	
"/usr/local/opt/[email protected]/sbin:/usr/local/opt/[email protected]/bin:/usr/local/opt/node@10/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
SERVER_SIGNATURE	
""
SERVER_SOFTWARE	
"Apache/2.4.37 (Unix) OpenSSL/1.0.2q PHP/7.3.1"
SERVER_NAME	
"myshop.test"
SERVER_ADDR	
"127.0.0.1"
SERVER_PORT	
"80"
REMOTE_ADDR	
"127.0.0.1"
DOCUMENT_ROOT	
"/Users/username/Documents/apacheSites/myshop/public"
REQUEST_SCHEME	
"http"
CONTEXT_PREFIX	
""
CONTEXT_DOCUMENT_ROOT	
"/Users/username/Documents/apacheSites/myshop/public"
SERVER_ADMIN	
"[email protected]"
SCRIPT_FILENAME	
"/Users/username/Documents/apacheSites/myshop/public/index.php"
REMOTE_PORT	
"51853"
REDIRECT_URL	
"/list"
GATEWAY_INTERFACE	
"CGI/1.1"
SERVER_PROTOCOL	
"HTTP/1.1"
REQUEST_METHOD	
"GET"
QUERY_STRING	
""
REQUEST_URI	
"/list"
SCRIPT_NAME	
"/index.php"
PHP_SELF	
"/index.php"
REQUEST_TIME_FLOAT	
1547740430.353
REQUEST_TIME	
1547740430
APP_NAME	
"Aimeos"
APP_ENV	
"local"
APP_KEY	
"base64:rv/f2wj//8Gni9L9fxCo695vbT2nKjK9VOezUWef6YE="
APP_DEBUG	
"1"
APP_LOG_LEVEL	
"debug"
APP_URL	
"http://myshop.test"
DB_CONNECTION	
"mysql"
DB_HOST	
"127.0.0.1"
DB_PORT	
"3306"
DB_DATABASE	
"myshopdev"
DB_USERNAME	
"root"
DB_PASSWORD	
"password"
BROADCAST_DRIVER	
"log"
CACHE_DRIVER	
"file"
SESSION_DRIVER	
"file"
QUEUE_DRIVER	
"sync"
REDIS_HOST	
"127.0.0.1"
REDIS_PASSWORD	
""
REDIS_PORT	
"6379"
MAIL_DRIVER	
"smtp"
MAIL_HOST	
"smtp.mailtrap.io"
MAIL_PORT	
"2525"
MAIL_USERNAME	
""
MAIL_PASSWORD	
""
MAIL_ENCRYPTION	
""
PUSHER_APP_ID	
""
PUSHER_APP_KEY	
""
PUSHER_APP_SECRET	
""

LaravelDebugBar

Hello,

I add the LaravelDebugBar in my project.
The debug bar is show on the page but in the tab "Queries" I can see just one query.
select * from users where id = 2 limit 1

Do you know why I can't see all the queries on the shop?
Thank you.

Regards.

Stuck

Sorry, new to Laravel.

I'm having an issue with this part :
https://github.com/aimeos/aimeos-laravel#installation

Then, add these lines to the composer.json of the Laravel skeleton application:
"prefer-stable": true, "minimum-stability": "dev", "require": { "aimeos/aimeos-laravel": "~2020.10", ... }, "scripts": { "post-update-cmd": [ "@php artisan migrate", "@php artisan vendor:publish --tag=public --force", "\\Aimeos\\Shop\\Composer::join" ], ... }

When you say laravel skelton application, you aren't referring to the /myshop/ composer.json file are you? I've tried adding the code in that composer.json file and it just throws errors?

Unable to Change Aimeos logo

The latest Aimeos has Logo coming out of base.blade.php, does not come from page.blade.php of jqadm. How to replace the logo in this version?

localization : shop navigation issue

Hello,

on the shop, if you change the language, the page is shown in the right language. But if you go to another page, the selected language is lost and the page is shown in the default language

Custom product URL don't work for all languages

When adding a custom URL slug to a product for all languages, the shop doesn't find the product.

How to reproduce:

  1. Fresh shop installation. Make sure, there are multiple languages activated.
  2. Create a new product named "My Product". The product appears on the list of products in the frontend and links to /My_Product(correct)
  3. Edit the product, go to "Text" and add a new "URL segment", select "All" for language and enter "new-name" as value. On the lists of products in the frontend, the product now links to /new-name(still correct, that's what is expected)
  4. Click this product to view the product detail page. Now there is an error: Product "new-name" not found

By manually entering the URL /My_Product, the product can still be accessed.

I noticed, that the DB contains by default a URL for each language of the product. Adding the "URL segment" text adds just a row with an empty language ID to the DB.

By specifying a "URL segment" for each language, the problem is solved. It's just the "All" option that doesn't work. It seems like there is a priority problem, when fetching the data from the DB.

I am trying to login to your forum site but to no avail.

I have tried to login with Github, Google but I get this message and no email sent.
I also checked on the spam folder but nothing has arrived. is this normal? I have tried to register but getting email, username already taken.

Information
The account has been created. However, the forum settings require account activation.
An activation key has been sent to your email address.

Return to the index page

I would like to ask you how to modify my Home page or add more pages in Aimoes, I have downloaded and installed without a problem, its working fine with no issue, I have searched on your site for how to but I am really confused about your documentation due to different version I have I am guessing, I even dont know if this is Laravel or symfony but I have used the normal installation with composer (composer create-project aimeos/aimeos myshop), almost every documentation keep mention a file or folder that I dont have like client/html/ I am totally new to this script laravel and symfony, I need an example how to create menu or add nee page. My site works fine but I am stack with the default demo, I would really appreciate if you can show me a tutorial with the version I have installed or at least which file need to be edit for the frontend top menu and adding category, there are no other category than Home category, menu I meant example like https://ashton-web.fr.

how can solve?

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laravel.mshop_locale_site' doesn't exist: SELECT DISTINCT mlocsi."id" AS "locale.site.id", mlocsi."code" AS "locale.site.code", mlocsi."label" AS "locale.site.label", mlocsi."config" AS "locale.site.config", mlocsi."status" AS "locale.site.status", mlocsi."editor" AS "locale.site.editor", mlocsi."mtime" AS "locale.site.mtime", mlocsi."ctime" AS "locale.site.ctime" FROM "mshop_locale_site" AS mlocsi WHERE mlocsi."level" = 0 AND ( mlocsi."code" = 'default' ) ORDER BY mlocsi."id" ASC LIMIT 1 OFFSET 0

Interesting package

How does people go about handling shipping with this package? I have brand new fresh eyes, and I am missing some documentation on shipping.

Aimeos\MW\DB\Exception : SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laravel.mshop_locale_site' doesn't exist:

Generating optimized autoload files

Illuminate\Foundation\ComposerScripts::postAutoloadDump
@php artisan package:discover --ansi

Aimeos\MW\DB\Exception : SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laravel.mshop_locale_site' doesn't exist:
SELECT
mlocsi."id" AS "locale.site.id", mlocsi."siteid" AS "locale.site.siteid",
mlocsi."code" AS "locale.site.code", mlocsi."label" AS "locale.site.label",
mlocsi."config" AS "locale.site.config", mlocsi."status" AS "locale.site.status",
mlocsi."editor" AS "locale.site.editor", mlocsi."mtime" AS "locale.site.mtime",
mlocsi."ctime" AS "locale.site.ctime"
FROM "mshop_locale_site" AS mlocsi
WHERE mlocsi."level" = 0 AND ( mlocsi."code" = 'default' )
ORDER BY mlocsi."id" ASC
LIMIT 1 OFFSET 0

at path-to-project\vendor\aimeos\aimeos-core\lib\mwlib\src\MW\DB\Statement\DBAL\Simple.php:75
71| {
72| try {
73| $result = $this->exec();
74| } catch( \PDOException $e ) {

75| throw new \Aimeos\MW\DB\Exception( $e->getMessage() . ': ' . $this->sql, $e->getCode() );
76| }
77|
78| return new \Aimeos\MW\DB\Result\PDO( $result );
79| }

Exception trace:

1 Aimeos\MW\DB\Statement\DBAL\Simple::execute()
path-to-project\vendor\aimeos\aimeos-core\lib\mshoplib\src\MShop\Locale\Manager\Site\Standard.php:947

2 Aimeos\MShop\Locale\Manager\Site\Standard::getSearchResults(Object(Aimeos\MW\DB\Connection\DBAL), "
SELECT
mlocsi."id" AS "locale.site.id", mlocsi."siteid" AS "locale.site.siteid",
mlocsi."code" AS "locale.site.code", mlocsi."label" AS "locale.site.label",
mlocsi."config" AS "locale.site.config", mlocsi."status" AS "locale.site.status",
mlocsi."editor" AS "locale.site.editor", mlocsi."mtime" AS "locale.site.mtime",
mlocsi."ctime" AS "locale.site.ctime"
FROM "mshop_locale_site" AS mlocsi
WHERE mlocsi."level" = 0 AND ( mlocsi."code" = 'default' )
ORDER BY mlocsi."id" ASC
LIMIT 1 OFFSET 0
")
path-to-project\vendor\aimeos\aimeos-core\lib\mshoplib\src\MShop\Locale\Manager\Site\Standard.php:659

Please use the argument -v to see more details.
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1

can not create project

`D:\xampp\htdocs>composer create-project aimeos/aimeos myshop
Installing aimeos/aimeos (2017.10.1)

  • Installing aimeos/aimeos (2017.10.1): Loading from cache
    Created project in myshop

@php -r "file_exists('.env') || copy('.env.example', '.env');"
mkdir public/files public/preview public/uploads
The syntax of the command is incorrect.
Script mkdir public/files public/preview public/uploads handling the post-root-p
ackage-install event returned with error code 1`

Don't delete original mime icons

When adding a product image and the deleting it, the image is (as expected) also deleted.

However when adding a non-image file, a mime icon is displayed. Deleting that media item also deletes the original Aimeos mime icon.

How to reproduce:

  1. Open a product
  2. add a media file (in my case a .zip file)
  3. save -> Aimeos now displays the icon public/packages/aimeos/shop/mimeicons/application/zip.png
  4. remove the media file
  5. save

After step 5, the file public/packages/aimeos/shop/mimeicons/application/zip.png is gone.

Install exception due to https://api.github.com/graphql rate limiting

/ | ()__ ___ ___ ____ _____
/ /| | / / __ __ / _ / __ / /
/ __ |/ / / / / / / / // /_
/
/ |
/
/
/ // //_/_/____/

Congratulations! You successfully set up your Aimeos shop!

Video tutorials: https://www.youtube.com/c/aimeos
Documentation: https://aimeos.org/docs
Get help: https://aimeos.org/help
Contribute: https://github.com/aimeos

Made with love by the Aimeos community. Be a part of it!

Script App\Composer::success handling the post-create-project-cmd event terminated with an exception

[Composer\Downloader\TransportException]
The "https://api.github.com/graphql" file could not be downloaded: failed to
open stream: Connection refused

Error on installing

`
In Connection.php line 664:

SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from inform
ation_schema.tables where table_schema = myshop_db and table_name = migrati
ons)

In PDOConnection.php line 31:

SQLSTATE[HY000] [2002] No such file or directory

In PDOConnection.php line 27:

SQLSTATE[HY000] [2002] No such file or directory

Script @php artisan migrate handling the post-create-project-cmd event returned with error code 1`

Images not shown on the home page.

Hello here,
Appreciate the package very much, i wanted to use the package for my site but am stuck at this point.
Am sorry to be here with this question as i see no one has come across it,
But i successfully installed the package, created a few products but then i don't see the product images appear on the product list.

The images are somehow stored the public directory under preview folder.
So am wondering how do i get them to show up on the site pages.

Am using windows 10 x64, php 7.2, using the official documentation.
aimeo
aimeos

Thanks in advance.

Demo data processing error

Showing the following error during the setup.

` Adding default attribute data for site "default" 1/1
Adding default plugin data
Adding data for MShop plugins 11/11
Processing coupon demo data added
Adding default code data for site "default"
Checking "customer/group" codes 2/2
Processing service demo data added
Processing customer demo data added
Processing product demo data
In Simple.php line 91:

SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1-pr             
oduct-custom-8' for key 'unq_msattr_sid_dom_cod_tid'                                    

Error Output:
================ `

How to contribute to docs in the website

Hey, I've been digging the docs in the website (link) and some parts need to be updated.

Are the docs somewhere here in Github so we can contribute to it?
I might also be able to translate it into Spanish.

Update to 2021.04

Congratulations, when are you planning to upgrade (full shop) to 2021.04

fails to install

composer create-project aimeos/aimeos
php artisan aimeos:setup --option=setup/default/demo:1

In Context.php line 163:

Call to protected method Aimeos\MShop\Common\Factory\Base::createManager() from context 'Aimeos\Shop\Base\Context'

I got error after adding detail of DB and skip smtp

I just fired the below cmd
composer create-project aimeos/aimeos myshop

after that, all packages downloaded and ask me for DB details where I put all the details and skip SMTP details
after that the PHP migrate cmd run and it will through the error.

Kindly help me

Password resets not working, cannot log-in, and categories/attributes select jumps weirdly

Install log:

PS C:\laragon\www> composer create-project aimeos/aimeos myshop
    1/4:        http://packagist.org/p/provider-latest$b4374e860dd5c05f7d3665e60540664acebdfe0fa637b828ed3fd0a2e887aa3b.json
    2/4:        http://packagist.org/p/provider-2015$bcde848e53e2c6cac2225441c23ea76dd773765866408713e3d739ae52dc3f75.json
    3/4:        http://packagist.org/p/provider-2017-10$93e42f1c063906cc5ac887dd04419339178743f54caef8805ef52f557afa0f4c.json
    4/4:        http://packagist.org/p/provider-2017-04$52476465cc41fb1fe02a74527b7328b76ccf5180d146b547eb63846e4b6da775.json
    Finished: success: 4, skipped: 0, failure: 0, total: 4
Installing aimeos/aimeos (2017.10.3)
  - Installing aimeos/aimeos (2017.10.3) Loading from cache
Created project in myshop
> @php -r "file_exists('.env') || copy('.env.example', '.env');"
> @php -r "mkdir('public/files'); mkdir('public/preview'); mkdir('public/uploads');"
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 90 installs, 0 updates, 0 removals
  - Installing composer/installers (v1.5.0) Loading from cache
  - Installing vlucas/phpdotenv (v2.4.0) Loading from cache
  - Installing symfony/css-selector (v3.4.3) Loading from cache
  - Installing tijsverkoyen/css-to-inline-styles (2.2.1) Loading from cache
  - Installing symfony/polyfill-mbstring (v1.6.0) Loading from cache
  - Installing symfony/var-dumper (v3.4.3) Loading from cache
  - Installing symfony/routing (v3.4.3) Loading from cache
  - Installing symfony/process (v3.4.3) Loading from cache
  - Installing paragonie/random_compat (v2.0.11) Loading from cache
  - Installing symfony/polyfill-php70 (v1.6.0) Loading from cache
  - Installing symfony/http-foundation (v3.4.3) Loading from cache
  - Installing symfony/event-dispatcher (v3.4.3) Loading from cache
  - Installing psr/log (1.0.2) Loading from cache
  - Installing symfony/debug (v3.4.3) Loading from cache
  - Installing symfony/http-kernel (v3.4.3) Loading from cache
  - Installing symfony/finder (v3.4.3) Loading from cache
  - Installing symfony/console (v3.4.3) Loading from cache
  - Installing doctrine/lexer (v1.0.1) Loading from cache
  - Installing egulias/email-validator (2.1.3) Loading from cache
  - Installing swiftmailer/swiftmailer (v6.0.2) Loading from cache
  - Installing ramsey/uuid (3.7.2) Loading from cache
  - Installing psr/simple-cache (1.0.0) Loading from cache
  - Installing psr/container (1.0.0) Loading from cache
  - Installing symfony/translation (v3.4.3) Loading from cache
  - Installing nesbot/carbon (1.22.1) Loading from cache
  - Installing mtdowling/cron-expression (v1.2.1) Loading from cache
  - Installing monolog/monolog (1.23.0) Loading from cache
  - Installing league/flysystem (1.0.41) Loading from cache
  - Installing erusev/parsedown (1.6.4) Loading from cache
  - Installing doctrine/inflector (v1.3.0) Loading from cache
  - Installing laravel/framework (v5.5.31) Loading from cache
  - Installing jakub-onderka/php-console-color (0.1) Loading from cache
  - Installing jakub-onderka/php-console-highlighter (v0.3.2) Loading from cache
  - Installing dnoegel/php-xdg-base-dir (0.1) Loading from cache
  - Installing nikic/php-parser (v3.1.3) Loading from cache
  - Installing psy/psysh (v0.8.17) Loading from cache
  - Installing fideloper/proxy (3.3.4) Loading from cache
  - Installing laravel/tinker (v1.0.3) Loading from cache
  - Installing psr/http-message (1.0.1) Loading from cache
  - Installing doctrine/collections (v1.5.0) Loading from cache
  - Installing doctrine/cache (v1.7.1) Loading from cache
  - Installing doctrine/annotations (v1.6.0) Loading from cache
  - Installing doctrine/common (v2.8.1) Loading from cache
  - Installing doctrine/dbal (v2.6.3) Loading from cache
  - Installing aimeos/aimeos-core (2017.10.10) Loading from cache
  - Installing aimeos/ai-controller-jobs (2017.10.4) Loading from cache
  - Installing aimeos/ai-controller-frontend (2017.10.5) Loading from cache
  - Installing aimeos/ai-client-jsonapi (2017.10.3) Loading from cache
  - Installing aimeos/ai-client-html (2017.10.6) Loading from cache
  - Installing aimeos/ai-admin-jsonadm (2017.10.5) Loading from cache
  - Installing aimeos/ai-admin-jqadm (2017.10.16) Loading from cache
  - Installing aimeos/ai-admin-extadm (2017.10.1) Loading from cache
  - Installing zendframework/zend-diactoros (1.7.0) Loading from cache
  - Installing aimeos/ai-laravel (2017.10.1) Loading from cache
  - Installing aimeos/ai-gettext (2017.10.1) Loading from cache
  - Installing aimeos/ai-swiftmailer (2017.10.1) Loading from cache
  - Installing symfony/psr-http-message-bridge (v1.0.2) Loading from cache
  - Installing aimeos/aimeos-laravel (2017.10.3) Loading from cache
  - Installing filp/whoops (2.1.14) Loading from cache
  - Installing fzaninotto/faker (v1.7.1) Loading from cache
  - Installing hamcrest/hamcrest-php (v1.2.2) Loading from cache
  - Installing mockery/mockery (0.9.9) Loading from cache
  - Installing sebastian/version (2.0.1) Loading from cache
  - Installing sebastian/resource-operations (1.0.0) Loading from cache
  - Installing sebastian/object-reflector (1.1.1) Loading from cache
  - Installing sebastian/recursion-context (3.0.0) Loading from cache
  - Installing sebastian/object-enumerator (3.0.3) Loading from cache
  - Installing sebastian/global-state (2.0.0) Loading from cache
  - Installing sebastian/exporter (3.1.0) Loading from cache
  - Installing sebastian/environment (3.1.0) Loading from cache
  - Installing sebastian/diff (2.0.1) Loading from cache
  - Installing sebastian/comparator (2.1.2) Loading from cache
  - Installing doctrine/instantiator (1.1.0) Loading from cache
  - Installing phpunit/php-text-template (1.2.1) Loading from cache
  - Installing phpunit/phpunit-mock-objects (5.0.6) Loading from cache
  - Installing phpunit/php-timer (1.0.9) Loading from cache
  - Installing phpunit/php-file-iterator (1.4.5) Loading from cache
  - Installing theseer/tokenizer (1.1.0) Loading from cache
  - Installing sebastian/code-unit-reverse-lookup (1.0.1) Loading from cache
  - Installing phpunit/php-token-stream (2.0.2) Loading from cache
  - Installing phpunit/php-code-coverage (5.3.0) Loading from cache
  - Installing phpdocumentor/reflection-common (1.0.1) Loading from cache
  - Installing webmozart/assert (1.2.0) Loading from cache
  - Installing phpdocumentor/type-resolver (0.4.0) Loading from cache
  - Installing phpdocumentor/reflection-docblock (4.2.0) Loading from cache
  - Installing phpspec/prophecy (1.7.3) Loading from cache
  - Installing phar-io/version (1.0.1) Loading from cache
  - Installing phar-io/manifest (1.0.1) Loading from cache
  - Installing myclabs/deep-copy (1.7.0) Loading from cache
  - Installing phpunit/phpunit (6.5.5) Loading from cache
symfony/var-dumper suggests installing ext-symfony_debug ()
symfony/routing suggests installing symfony/config (For using the all-in-one router or any loader)
symfony/routing suggests installing symfony/dependency-injection (For loading routes from a service)
symfony/routing suggests installing symfony/expression-language (For using expression matching)
symfony/routing suggests installing symfony/yaml (For using the YAML loader)
paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)
symfony/event-dispatcher suggests installing symfony/dependency-injection ()
symfony/http-kernel suggests installing symfony/browser-kit ()
symfony/http-kernel suggests installing symfony/config ()
symfony/http-kernel suggests installing symfony/dependency-injection ()
symfony/console suggests installing symfony/lock ()
ramsey/uuid suggests installing ircmaxell/random-lib (Provides RandomLib for use with the RandomLibAdapter)
ramsey/uuid suggests installing ext-libsodium (Provides the PECL libsodium extension for use with the SodiumRandomGenerator)
ramsey/uuid suggests installing ext-uuid (Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator)
ramsey/uuid suggests installing moontoast/math (Provides support for converting UUID to 128-bit integer (in string form).)
ramsey/uuid suggests installing ramsey/uuid-doctrine (Allows the use of Ramsey\Uuid\Uuid as Doctrine field type.)
ramsey/uuid suggests installing ramsey/uuid-console (A console application for generating UUIDs with ramsey/uuid)
symfony/translation suggests installing symfony/config ()
symfony/translation suggests installing symfony/yaml ()
monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB)
monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server)
monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
monolog/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server)
monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server)
monolog/monolog suggests installing mongodb/mongodb (Allow sending log messages to a MongoDB server via PHP Driver)
monolog/monolog suggests installing php-amqplib/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib)
monolog/monolog suggests installing php-console/php-console (Allow sending log messages to Google Chrome)
monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar)
monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server)
monolog/monolog suggests installing sentry/sentry (Allow sending log messages to a Sentry server)
league/flysystem suggests installing league/flysystem-aws-s3-v2 (Allows you to use S3 storage with AWS SDK v2)
league/flysystem suggests installing league/flysystem-aws-s3-v3 (Allows you to use S3 storage with AWS SDK v3)
league/flysystem suggests installing league/flysystem-azure (Allows you to use Windows Azure Blob storage)
league/flysystem suggests installing league/flysystem-cached-adapter (Flysystem adapter decorator for metadata caching)
league/flysystem suggests installing league/flysystem-eventable-filesystem (Allows you to use EventableFilesystem)
league/flysystem suggests installing league/flysystem-rackspace (Allows you to use Rackspace Cloud Files)
league/flysystem suggests installing league/flysystem-sftp (Allows you to use SFTP server storage via phpseclib)
league/flysystem suggests installing league/flysystem-webdav (Allows you to use WebDAV storage)
league/flysystem suggests installing league/flysystem-ziparchive (Allows you to use ZipArchive adapter)
league/flysystem suggests installing spatie/flysystem-dropbox (Allows you to use Dropbox storage)
league/flysystem suggests installing srmklive/flysystem-dropbox-v2 (Allows you to use Dropbox storage for PHP 5 applications)
laravel/framework suggests installing aws/aws-sdk-php (Required to use the SQS queue driver and SES mail driver (~3.0).)
laravel/framework suggests installing ext-pcntl (Required to use all features of the queue worker.)
laravel/framework suggests installing ext-posix (Required to use all features of the queue worker.)
laravel/framework suggests installing guzzlehttp/guzzle (Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).)
laravel/framework suggests installing league/flysystem-aws-s3-v3 (Required to use the Flysystem S3 driver (~1.0).)
laravel/framework suggests installing league/flysystem-cached-adapter (Required to use Flysystem caching (~1.0).)
laravel/framework suggests installing league/flysystem-rackspace (Required to use the Flysystem Rackspace driver (~1.0).)
laravel/framework suggests installing nexmo/client (Required to use the Nexmo transport (~1.0).)
laravel/framework suggests installing pda/pheanstalk (Required to use the beanstalk queue driver (~3.0).)
laravel/framework suggests installing predis/predis (Required to use the redis cache and queue drivers (~1.0).)
laravel/framework suggests installing pusher/pusher-php-server (Required to use the Pusher broadcast driver (~3.0).)
laravel/framework suggests installing symfony/dom-crawler (Required to use most of the crawler integration testing tools (~3.3).)
psy/psysh suggests installing ext-pcntl (Enabling the PCNTL extension makes PsySH a lot happier :))
psy/psysh suggests installing ext-posix (If you have PCNTL, you'll want the POSIX extension as well.)
psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
psy/psysh suggests installing hoa/console (A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit.)
doctrine/cache suggests installing alcaeus/mongo-php-adapter (Required to use legacy MongoDB driver)
aimeos/aimeos-core suggests installing apigen/apigen (Required for generating the API documentation)
filp/whoops suggests installing whoops/soap (Formats errors as SOAP responses)
sebastian/global-state suggests installing ext-uopz (*)
phpunit/php-code-coverage suggests installing ext-xdebug (^2.5.5)
phpunit/phpunit suggests installing phpunit/php-invoker (^1.1)
phpunit/phpunit suggests installing ext-xdebug (*)
Writing lock file
Generating autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover
Discovered Package: fideloper/proxy
Discovered Package: laravel/tinker
Discovered Package: aimeos/aimeos-laravel
Package manifest generated successfully.
> @php artisan vendor:publish --tag=public --force
Copied Directory [\vendor\aimeos\aimeos-laravel\public] To [\public\packages\aimeos\shop]
Publishing complete.
> @php artisan key:generate
Application key [base64:************************************************************] set successfully.
> @php artisan make:auth
Authentication scaffolding generated successfully.
> App\Composer::configure
Database setup
- DB_CONNECTION (mysql):
- DB_HOST (127.0.0.1): **********
- DB_PORT (3306):
- DB_DATABASE (homestead): aimeos
- DB_USERNAME (homestead): aimeos
- DB_PASSWORD (secret): *********************
Mail setup
- MAIL_DRIVER (smtp):
- MAIL_HOST (smtp.mailtrap.io):
- MAIL_PORT (2525):
- MAIL_USERNAME ():
- MAIL_PASSWORD ():
- MAIL_ENCRYPTION ():
> App\Composer::setup
Initializing or updating the Aimeos database tables for site "default"
Changing typeid of mshop_attribute table                              OK
Renaming catalog tree table
  Checking table "mshop_catalog_tree":                                OK
Adding code column to mshop_catalog                                   OK
Renaming product warehouse table                                      OK
Adding ctime/mtime/user columns to tables
Renaming order tables
  Checking table "mshop_order_address":                               OK
  Checking table "mshop_order_discount":                              OK
  Checking table "mshop_order_product":                               OK
  Checking table "mshop_order_service":                               OK
  Checking table "mshop_order_service_attribute":                     OK
Adding id to order service attribute table
  Checking column "id":                                               OK
Adding siteid to order tables
  Checking table "mshop_order_base":                                  OK
  Checking table "mshop_order":                                       OK
  Checking table "mshop_order_base_address":                          OK
  Checking table "mshop_order_base_discount":                         OK
  Checking table "mshop_order_base_product":                          OK
  Checking table "mshop_order_base_service":                          OK
  Checking table "mshop_order_base_product_attr":                     OK
  Checking table "mshop_order_base_service_attr":                     OK
Renaming global tables
Changeing locale sites to tree of sites
  Checking column "mshop_locale_site.level":                          OK
  Checking column "mshop_locale_site.nleft":                          OK
  Checking column "mshop_locale_site.nright":                         OK
Changing site ID to NOT NULL
  Changing table "madmin_job":                                        OK
  Changing table "mshop_attribute":                                   OK
  Changing table "mshop_attribute_list":                              OK
  Changing table "mshop_attribute_list_type":                         OK
  Changing table "mshop_attribute_type":                              OK
  Changing table "mshop_catalog":                                     OK
  Changing table "mshop_catalog_index_attribute":                     OK
  Changing table "mshop_catalog_index_catalog":                       OK
  Changing table "mshop_catalog_index_price":                         OK
  Changing table "mshop_catalog_index_text":                          OK
  Changing table "mshop_catalog_list":                                OK
  Changing table "mshop_catalog_list_type":                           OK
  Changing table "mshop_coupon":                                      OK
  Changing table "mshop_coupon_code":                                 OK
  Changing table "mshop_customer_list":                               OK
  Changing table "mshop_customer_list_type":                          OK
  Changing table "mshop_locale":                                      OK
  Changing table "mshop_media":                                       OK
  Changing table "mshop_media_list":                                  OK
  Changing table "mshop_media_list_type":                             OK
  Changing table "mshop_media_type":                                  OK
  Changing table "mshop_plugin":                                      OK
  Changing table "mshop_plugin_type":                                 OK
  Changing table "mshop_price":                                       OK
  Changing table "mshop_price_type":                                  OK
  Changing table "mshop_product":                                     OK
  Changing table "mshop_product_list":                                OK
  Changing table "mshop_product_list_type":                           OK
  Changing table "mshop_product_stock":                               OK
  Changing table "mshop_product_stock_warehouse":                     OK
  Changing table "mshop_product_tag":                                 OK
  Changing table "mshop_product_tag_type":                            OK
  Changing table "mshop_product_type":                                OK
  Changing table "mshop_service":                                     OK
  Changing table "mshop_service_list":                                OK
  Changing table "mshop_service_list_type":                           OK
  Changing table "mshop_service_type":                                OK
  Changing table "mshop_supplier":                                    OK
  Changing table "mshop_supplier_address":                            OK
  Changing table "mshop_text":                                        OK
  Changing table "mshop_text_list":                                   OK
  Changing table "mshop_text_list_type":                              OK
  Changing table "mshop_text_type":                                   OK
Renaming catalog index tables to index
  Checking table "mshop_catalog_index_attribute"                      OK
  Checking table "mshop_catalog_index_catalog"                        OK
  Checking table "mshop_catalog_index_price"                          OK
  Checking table "mshop_catalog_index_text"                           OK
Changing "domain" columns
  Checking table "mshop_attribute":                                   OK
  Checking table "mshop_attribute_type":                              OK
  Checking table "mshop_attribute_list_type":                         OK
  Checking table "mshop_attribute_list":                              OK
  Checking table "mshop_catalog":                                     OK
  Checking table "mshop_catalog_list_type":                           OK
  Checking table "mshop_catalog_list":                                OK
  Checking table "mshop_catalog_suggest":                             OK
  Checking table "mshop_media_type":                                  OK
  Checking table "mshop_media_list_type":                             OK
  Checking table "mshop_media":                                       OK
  Checking table "mshop_media_list":                                  OK
  Checking table "mshop_plugin":                                      OK
  Checking table "mshop_price":                                       OK
  Checking table "mshop_product_type":                                OK
  Checking table "mshop_product_list_type":                           OK
  Checking table "mshop_product_list":                                OK
  Checking table "mshop_product_tag_type":                            OK
  Checking table "mshop_service":                                     OK
  Checking table "mshop_service_list_type":                           OK
  Checking table "mshop_service_list":                                OK
  Checking table "mshop_text_type":                                   OK
  Checking table "mshop_text":                                        OK
  Checking table "mshop_text_list_type":                              OK
  Checking table "mshop_text_list":                                   OK
Renaming column "discount" to "rebate"
  Checking table "mshop_price"                                        OK
  Checking table "mshop_order_base"                                   OK
  Checking table "mshop_order_base_product"                           OK
  Checking table "mshop_order_base_service"                           OK
Renaming discount tables
Adding mtime, ctime, editor columns to coupon tables
  Checking table "mshop_coupon"
  Checking table "mshop_coupon_code"
  Checking table "mshop_order_base_coupon"
Migrating configuration keys in coupon tables                         OK
Adding status column to all list tables
  Checking table "mshop_attribute_list":                              OK
  Checking table "mshop_catalog_list":                                OK
  Checking table "mshop_customer_list":                               OK
  Checking table "mshop_media_list":                                  OK
  Checking table "mshop_price_list":                                  OK
  Checking table "mshop_product_list":                                OK
  Checking table "mshop_service_list":                                OK
  Checking table "mshop_text_list":                                   OK
Changing typeid of mshop_media table                                  OK
Adding product ID to order base product table
  Checking table "mshop_order_base_product":                          OK
Adding warehouse code to order base product table                     OK
Adding service ID to order base service table
  Checking table "mshop_order_base_service":                          OK
Migrating order address salutations
  Checking table "mshop_order_base_address":                          OK
Adding tax column to order tables
  Checking table "mshop_order_base_product":                          OK
  Checking table "mshop_order_base_service":                          OK
  Checking table "mshop_order_base":                                  OK
Migrating order emailflag colum to order status list
Fixing order email status values                                      OK
Migrating order flags to order status list
Migrating order type
  Checking table "mshop_order":                                       OK
Renaming order base customercode to customerid
  Checking table "mshop_order_base":                                  OK
Renaming order base product amount to quantity
  Checking table "mshop_order_base_product":                          OK
Renaming order columns pdate,ddate,dstatus,pstatus
  Checking columne "ddate":                                           OK
  Checking columne "pdate":                                           OK
  Checking columne "pstatus":                                         OK
  Checking columne "dstatus":                                         OK
Renaming order domain
  Checking table "mshop_order":                                       OK
  Checking table "mshop_order_base_address":                          OK
  Checking table "mshop_order_base_service":                          OK
Renaming shipping to costs
  Checking table "mshop_order_base":                                  OK
  Checking table "mshop_order_base_product":                          OK
  Checking table "mshop_order_base_service":                          OK
Renaming column "price" to "value"
  Checking table "mshop_price"                                        OK
Renaming shipping to costs
  Checking table "mshop_price":                                       OK
Rename "prodid" to "parentid" in table "mshop_product_stock"
  Checking column "prodid"                                            OK
Changing code from "product" to "default" in "mshop_product_type"     OK
Changing typeid column of product table
  Checking table "mshop_product":                                     OK
Migrating product property domain to "product"                        OK
Changing warehouseid column in mshop_product_stock                    OK
Rename warehouse table
  Drop "mshop_product_stock.fk_msprost_whid"                          OK
  Drop "mshop_product_stock.fk_msprost_stock_warehouseid"             OK
  Rename "mshop_product_stock.wareshouseid"                           OK
  Rename "mshop_product_stock_wareshouse"                             OK
Move stock tables to own domain
  Checking "mshop_product_stock"                                      OK
  Checking "mshop_product_stock_type"                                 OK
Adding label and status columns for product warehouse
Ensure unique codes in mshop_service                                  OK
Migrate product code in stock table
Migrating subject tables
  Checking table "mshop_subject_customer":                            OK
  Checking table "mshop_subject_supplier":                            OK
  Checking table "mshop_subject_common_address":                      OK
  Checking table "mshop_subject":                                     OK
Moving product tag tables to own domain
  Moving table "mshop_product_tag_type"                               OK
  Moving table "mshop_product_tag"                                    OK
Adding label to mshop text table                                      OK
Changing typeid of mshop_text table                                   OK
Adding parentid column to catalog and locale_site
  Checking parentid column in "mshop_catalog"                         OK
  Checking parentid column in "mshop_locale_site"                     OK
Creating base tables
  Using schema from locale.php
    Checking table "mshop_locale_site":                               done
    Checking table "mshop_locale_language":                           done
    Checking table "mshop_locale_currency":                           done
    Checking table "mshop_locale":                                    done
  Using schema from attribute.php
    Checking table "mshop_attribute_type":                            done
    Checking table "mshop_attribute":                                 done
    Checking table "mshop_attribute_list_type":                       done
    Checking table "mshop_attribute_list":                            done
  Using schema from customer.php
    Checking table "mshop_customer":                                  done
    Checking table "mshop_customer_address":                          done
    Checking table "mshop_customer_list_type":                        done
    Checking table "mshop_customer_list":                             done
    Checking table "mshop_customer_group":                            done
    Checking table "users":                                           done
    Checking table "users_address":                                   done
    Checking table "users_list_type":                                 done
    Checking table "users_list":                                      done
  Using schema from media.php
    Checking table "mshop_media_type":                                done
    Checking table "mshop_media":                                     done
    Checking table "mshop_media_list_type":                           done
    Checking table "mshop_media_list":                                done
  Using schema from order.php
    Checking table "mshop_order_base":                                done
    Checking table "mshop_order_base_address":                        done
    Checking table "mshop_order_base_product":                        done
    Checking table "mshop_order_base_product_attr":                   done
    Checking table "mshop_order_base_service":                        done
    Checking table "mshop_order_base_service_attr":                   done
    Checking table "mshop_order_base_coupon":                         done
    Checking table "mshop_order":                                     done
    Checking table "mshop_order_status":                              done
  Using schema from plugin.php
    Checking table "mshop_plugin_type":                               done
    Checking table "mshop_plugin":                                    done
  Using schema from price.php
    Checking table "mshop_price_type":                                done
    Checking table "mshop_price":                                     done
    Checking table "mshop_price_list_type":                           done
    Checking table "mshop_price_list":                                done
  Using schema from product.php
    Checking table "mshop_product_type":                              done
    Checking table "mshop_product":                                   done
    Checking table "mshop_product_list_type":                         done
    Checking table "mshop_product_list":                              done
    Checking table "mshop_product_property_type":                     done
    Checking table "mshop_product_property":                          done
  Using schema from stock.php
    Checking table "mshop_stock_type":                                done
    Checking table "mshop_stock":                                     done
  Using schema from service.php
    Checking table "mshop_service_type":                              done
    Checking table "mshop_service":                                   done
    Checking table "mshop_service_list_type":                         done
    Checking table "mshop_service_list":                              done
  Using schema from supplier.php
    Checking table "mshop_supplier":                                  done
    Checking table "mshop_supplier_address":                          done
    Checking table "mshop_supplier_list_type":                        done
    Checking table "mshop_supplier_list":                             done
  Using schema from text.php
    Checking table "mshop_text_type":                                 done
    Checking table "mshop_text":                                      done
    Checking table "mshop_text_list_type":                            done
    Checking table "mshop_text_list":                                 done
  Using schema from coupon.php
    Checking table "mshop_coupon":                                    done
    Checking table "mshop_coupon_code":                               done
  Using schema from catalog.php
    Checking table "mshop_catalog":                                   done
    Checking table "mshop_catalog_list_type":                         done
    Checking table "mshop_catalog_list":                              done
  Using schema from tag.php
    Checking table "mshop_tag_type":                                  done
    Checking table "mshop_tag":                                       done
  Using schema from index.php
    Checking table "mshop_index_attribute":                           done
    Checking table "mshop_index_catalog":                             done
    Checking table "mshop_index_price":                               done
    Checking table "mshop_index_text":                                done
Move list types to separate table
  Checking table "mshop_attribute_list":                              OK
  Checking table "mshop_attribute_option_list":                       OK
  Checking table "mshop_catalog_list":                                OK
  Checking table "mshop_product_list":                                OK
  Checking table "mshop_service_list":                                OK
Add locale data for languages and currencies
  Adding data for MShop locale languages                              188/188
  Adding data for MShop locale currencies                             156/156
Renaming in "madmin_job" column "user" to "editor".
  Checking column "user":                                             OK
Converting "madmin_job" to InnoDB".                                   OK
Creating admin tables
  Using schema from cache.php
    Checking table "madmin_cache":                                    done
    Checking table "madmin_cache_tag":                                done
  Using schema from log.php
    Checking table "madmin_log":                                      done
  Using schema from job.php
    Checking table "madmin_job":                                      done
  Using schema from queue.php
    Checking table "madmin_queue":                                    done
Adding data for MShop locale domain
  Adding data for MShop locale sites                                  done
  Adding data for MShop locales                                       done
Adding locale data if not yet present                                 OK
Setting locale to "default"                                           OK
Migrating catalog suggest tables
  Checking table "mshop_catalog_suggest":                             OK
Changing typeid to not allow NULL values
  Checking table "mshop_attribute_list":                              OK
  Checking table "mshop_text_list":                                   OK
  Checking table "mshop_catalog_list":                                OK
  Checking table "mshop_product_list":                                OK
  Checking table "mshop_service_list":                                OK
  Checking table "mshop_media_list":                                  OK
Adding time columns to order table                                    done
Renaming plugin domain
  Checking table "mshop_plugin":                                      OK
Adding label column to mshop_plugin table                             OK
Migrating "Complete" to "BasketLimits" plugin
  Migrating "minorder"                                                OK
  Migrating "minproducts"                                             OK
  Migrating "Complete"                                                OK
Migrating configuration of "Complete" plugin                          OK
Migrating configuration of "ProductLimit" plugin                      OK
Adding typeid column to price table
  Checking column "typeid":                                           OK
Add domain values to "mshop_product_stock_type" table                 OK
Migrating product text and media tables to list
  Checking table "mshop_product_package":                             OK
  Checking table "mshop_product_package_text":                        OK
  Checking table "mshop_product_package_price":                       OK
  Checking table "mshop_product_package_stock":                       OK
Migrate suppliercode in mshop_product                                 OK
Changing typeid column in mshop_product_tag table
  Checking table "mshop_product_tag":                                 OK
Migrating product text and media tables to list
  Checking table "mshop_product_text":                                OK
  Checking table "mshop_product_media":                               OK
Migrating service price table to list
  Checking table "mshop_service_price":                               OK
Renaming service domain
  Checking table "mshop_service":                                     OK
Renaming service configuration                                        OK
Migrating service text table
  Checking table "mshop_service_text":                                OK
Add stock type domain values                                          done
Creating platform specific schema
  Using tables from index-mysql.sql
    Checking index "mshop_index_text.idx_msindte_p_s_lt_la_ty_do_va": created
    Checking index "mshop_index_text.idx_msindte_value":              created
  Using tables from order-mysql.sql
    Checking index "mshop_order_base_product_attr.idx_msordbaprat_si_cd_va": created
    Checking index "mshop_order_base_service_attr.idx_msordbaseat_si_cd_va": created
  Using tables from text-mysql.sql
    Checking index "mshop_text.idx_mstex_sid_dom_cont":               created
Setting label and status values
  Checking table "mshop_attribute_type":                              OK
  Checking table "mshop_attribute_list_type":                         OK
  Checking table "mshop_catalog_list_type":                           OK
  Checking table "mshop_media_list_type":                             OK
  Checking table "mshop_media_type":                                  OK
  Checking table "mshop_plugin_type":                                 OK
  Checking table "mshop_product_list_type":                           OK
  Checking table "mshop_product_tag_type":                            n/a
  Checking table "mshop_product_type":                                OK
  Checking table "mshop_service_list_type":                           OK
  Checking table "mshop_service_type":                                OK
  Checking table "mshop_text_list_type":                              OK
  Checking table "mshop_text_type":                                   OK
Adding MShop type data for site "default"
  Checking "attribute/type" type data                                 9/9
  Checking "attribute/lists/type" type data                           8/8
  Checking "catalog/lists/type" type data                             10/10
  Checking "customer/lists/type" type data                            7/7
  Checking "media/type" type data                                     8/8
  Checking "media/lists/type" type data                               8/8
  Checking "plugin/type" type data                                    1/1
  Checking "price/type" type data                                     3/3
  Checking "price/lists/type" type data                               2/2
  Checking "product/type" type data                                   3/3
  Checking "product/lists/type" type data                             16/16
  Checking "product/property/type" type data                          4/4
  Checking "stock/type" type data                                     1/1
  Checking "service/type" type data                                   2/2
  Checking "service/lists/type" type data                             8/8
  Checking "supplier/lists/type" type data                            4/4
  Checking "tag/type" type data                                       2/2
  Checking "text/type" type data                                      23/23
  Checking "text/lists/type" type data                                7/7
Adding default code data for site "default"
  Checking "customer/group" codes                                     3/3
Processing product demo data                                          added
Processing catalog demo data                                          added
Processing coupon demo data                                           added
Processing customer demo data                                         added
Processing service demo data                                          added
Processing supplier demo data                                         added
Rebuilding index for demo data                                        done
Adding default attribute data for site "default"                      OK
Adding default plugin data
  Adding data for MShop plugins                                       11/11
Rename "refid" to "parentid" in table "users_address"
  Checking column "refid"                                             OK
> App\Composer::account
Create admin account
- E-Mail: [email protected]
- Password: password
Add "super" group to user "[email protected]" for site "default"
Add "admin" group to user "[email protected]" for site "default"
PS C:\laragon\www>
  1. Now when I go to myshop.domain/admin and login with [email protected] and password password I get These credentials do not match our records..

  2. When I try to reset the password I get

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'aimeos.password_resets' doesn't exist (SQL: delete from `password_resets` where `email` = [email protected])
  1. When I go to the homepage with chrome and hover my mouse over categories, attributes jumps completely down:

image

image

Item with ID "2" in "customer.id" not found

After a fresh install.
I go to locales->sites
Add a new site.
When I try to change to the new site the error appears:
Item with ID "2" in "customer.id" not found
vendor/aimeos/aimeos-core/lib/mshoplib/src/MShop/Common/Manager/Base.php:618
Am I missing something?
I get the same error when trying to create as new site with "php artisan ameos:setup test001"

Add stock level increment and decrement fields in product admin

If admin increases or decreases stock level it is possible to encounter race condition.
Possible fix: add increment and decrement fields and than update stock level using those fields. Make stock level field red only and allow to enter it only when creating new product.

change http:// to https://

constraints on users table fail on fresh installation

Probably a duplicate of
aimeos/aimeos-laravel#252
but seems still unsolved
Laravel make:auth command ships a simple migration to create the user's table but by default it's created using MyISAM engine.
this causes the following error

aimeos SQLSTATE[HY000]: General error: 1215 Cannot add foreign key constraint

I've added this line in database/migrations/2014_10_12_000000_create_users_table.php

Schema::create('users', function (Blueprint $table) {
$table->engine = 'InnoDB';
$table->increments('id');
$table->string('name');
$table->string('email')->unique();
$table->string('password');
$table->rememberToken();
$table->timestamps();
});

I know it's not the right way maybe it should be done during
\App\Composer::setup() call

Thank you
S.

Omnipay/stripe installation error

Hello,
I installed Aimeos following the instructions here: https://github.com/aimeos/aimeos-laravel (composer create-project aimeos/aimeos myshop)

In order to use Stripe for payment, I added "omnipay/stripe": "~2.0" following the instructions here: https://aimeos.org/docs/User_Manual/Administration_Interface/Service_list#Stripe

But it doesn’t work, composer update gives me this :

Loading composer repositories with package information
The "https://packages.aimeos.org/aimeoscom/packages.json" file could not be downloaded: failed to open stream: No route to host
https://packages.aimeos.org/aimeoscom could not be fully loaded, package information was loaded from the local cache and may be out of date
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Conclusion: remove laravel/framework v6.18.20
- Conclusion: remove symfony/http-foundation v4.4.10
- Conclusion: don't install symfony/http-foundation v4.4.10
- Conclusion: don't install laravel/framework v6.18.20
- Conclusion: don't install laravel/framework v6.18.19
- Conclusion: don't install laravel/framework v6.18.18
- Conclusion: don't install laravel/framework v6.18.17
- Conclusion: don't install laravel/framework v6.18.16
- Conclusion: don't install laravel/framework v6.18.15
- Conclusion: don't install laravel/framework v6.18.14
- Conclusion: don't install symfony/http-foundation v4.4.8
- Conclusion: don't install laravel/framework v6.18.13
- Conclusion: don't install laravel/framework v6.18.12
- Conclusion: don't install symfony/http-foundation v4.4.9
- Conclusion: don't install laravel/framework v6.18.11
- Conclusion: don't install symfony/http-foundation v4.4.7
- Conclusion: don't install laravel/framework v6.18.10
- Conclusion: don't install symfony/http-foundation v4.4.6
- Conclusion: don't install laravel/framework v6.18.9
- Conclusion: don't install symfony/http-foundation v4.4.5
- Conclusion: don't install laravel/framework v6.18.8
- Conclusion: don't install symfony/http-foundation v4.4.4
- Conclusion: don't install laravel/framework v6.18.7
- Conclusion: don't install symfony/http-foundation v4.4.3
- Conclusion: don't install laravel/framework v6.18.6
- Conclusion: don't install symfony/http-foundation v4.4.2
- Conclusion: don't install laravel/framework v6.18.5
- Conclusion: don't install symfony/http-foundation v4.4.1
- Conclusion: don't install laravel/framework v6.18.4
- Conclusion: don't install laravel/framework v6.18.3
- Conclusion: don't install laravel/framework v6.18.2
- Conclusion: don't install laravel/framework v6.18.1
- Conclusion: don't install laravel/framework v6.18.0
- Conclusion: don't install laravel/framework v6.17.1
- Conclusion: don't install laravel/framework v6.17.0
- Conclusion: don't install laravel/framework v6.16.0
- Conclusion: don't install laravel/framework v6.15.1
- Conclusion: don't install laravel/framework v6.15.0
- Conclusion: don't install laravel/framework v6.14.0
- Conclusion: don't install laravel/framework v6.13.1
- Conclusion: don't install laravel/framework v6.13.0
- Conclusion: don't install laravel/framework v6.12.0
- Conclusion: don't install laravel/framework v6.11.0
- Conclusion: don't install laravel/framework v6.10.1
- Conclusion: don't install laravel/framework v6.10.0
- Conclusion: don't install laravel/framework v6.9.0
- Conclusion: don't install laravel/framework v6.8.0
- Conclusion: don't install laravel/framework v6.7.0
- Conclusion: don't install laravel/framework v6.6.2
- Conclusion: don't install laravel/framework v6.6.1
- Conclusion: don't install laravel/framework v6.6.0
- Conclusion: don't install laravel/framework v6.5.2
- Conclusion: don't install laravel/framework v6.5.1
- Conclusion: don't install laravel/framework v6.5.0
- Conclusion: don't install laravel/framework v6.4.1
- Conclusion: don't install laravel/framework v6.4.0
- Conclusion: don't install laravel/framework v6.3.0
- Conclusion: don't install laravel/framework v6.2.0
- Conclusion: don't install laravel/framework v6.1.0
- Conclusion: don't install laravel/framework v6.0.4
- Conclusion: don't install laravel/framework v6.0.3
- Conclusion: don't install laravel/framework v6.0.2
- Conclusion: don't install laravel/framework v6.0.1
- Conclusion: don't install laravel/framework v6.0.0
- Conclusion: don't install omnipay/common v2.5.1|don't install symfony/http-foundation v4.4.0-BETA2|install symfony/http-foundation v2.8.45|install symfony/http-foundation v2.8.46|install symfony/http-foundation v2.8.47|install symfony/http-foundation v2.8.48|install symfony/http-foundation v2.8.49|install symfony/http-foundation v2.8.50|install symfony/http-foundation v2.8.52|install symfony/http-foundation v3.4.27|install symfony/http-foundation v3.4.28|install symfony/http-foundation v3.4.29|install symfony/http-foundation v3.4.30|install symfony/http-foundation v3.4.31|install symfony/http-foundation v3.4.32|install symfony/http-foundation v3.4.33|install symfony/http-foundation v3.4.34|install symfony/http-foundation v3.4.35|install symfony/http-foundation v3.4.36|install symfony/http-foundation v3.4.37|install symfony/http-foundation v3.4.38|install symfony/http-foundation v3.4.39|install symfony/http-foundation v3.4.40|install symfony/http-foundation v3.4.41|install symfony/http-foundation v3.4.42
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.4.4|install symfony/http-foundation v2.8.41|install symfony/http-foundation v2.8.42|install symfony/http-foundation v2.8.43|install symfony/http-foundation v2.8.44|install symfony/http-foundation v2.8.45|install symfony/http-foundation v2.8.46|install symfony/http-foundation v2.8.47|install symfony/http-foundation v2.8.48|install symfony/http-foundation v2.8.49|install symfony/http-foundation v2.8.50|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe V2.4.7|don't install symfony/http-foundation v4.3.7|install symfony/http-foundation v2.8.45|install symfony/http-foundation v2.8.46|install symfony/http-foundation v2.8.47|install symfony/http-foundation v2.8.48|install symfony/http-foundation v2.8.49|install symfony/http-foundation v2.8.50|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe V2.4.7|don't install symfony/http-foundation v4.4.0-BETA2|install symfony/http-foundation v2.8.45|install symfony/http-foundation v2.8.46|install symfony/http-foundation v2.8.47|install symfony/http-foundation v2.8.48|install symfony/http-foundation v2.8.49|install symfony/http-foundation v2.8.50|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.5|don't install symfony/http-foundation v4.4.0|install symfony/http-foundation v2.8.41|install symfony/http-foundation v2.8.42|install symfony/http-foundation v2.8.43|install symfony/http-foundation v2.8.44|install symfony/http-foundation v2.8.45|install symfony/http-foundation v2.8.46|install symfony/http-foundation v2.8.47|install symfony/http-foundation v2.8.48|install symfony/http-foundation v2.8.49|install symfony/http-foundation v2.8.50|install symfony/http-foundation v2.8.52|install omnipay/common 2.3.2|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.1|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.4.1|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.4.0|install symfony/http-foundation v2.8.52|install omnipay/common 2.3.2|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.3.7|install symfony/http-foundation v2.8.50|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.3.6|install symfony/http-foundation v2.8.50|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.3.5|install symfony/http-foundation v2.8.50|install symfony/http-foundation v2.8.52|install omnipay/common 2.3.2|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.5|don't install symfony/http-foundation v4.4.0-RC1|install symfony/http-foundation v2.8.52|install omnipay/common 2.3.2|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.5|don't install symfony/http-foundation v4.4.5|install symfony/http-foundation v2.8.52|install omnipay/common 2.5.2
- Conclusion: don't install omnipay/stripe v2.4.5|don't install symfony/http-foundation v4.4.3|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.5|don't install symfony/http-foundation v4.4.2|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.5|don't install symfony/http-foundation v4.4.4|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.5|don't install symfony/http-foundation v4.3.11|install symfony/http-foundation v2.8.52|install omnipay/common 2.3.2|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.4.2|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.5|don't install symfony/http-foundation v4.3.5|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.5|don't install symfony/http-foundation v4.3.4|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe V2.4.7|don't install symfony/http-foundation v4.4.1|install omnipay/common 2.5.2|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.4.1|install symfony/http-foundation v2.8.41|install symfony/http-foundation v2.8.42|install symfony/http-foundation v2.8.43|install symfony/http-foundation v2.8.44|install symfony/http-foundation v2.8.45|install symfony/http-foundation v2.8.46|install symfony/http-foundation v2.8.47|install symfony/http-foundation v2.8.48|install symfony/http-foundation v2.8.49|install symfony/http-foundation v2.8.50|install symfony/http-foundation v2.8.52|install omnipay/common 2.3.2|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.1|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.3.8|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.3.9|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.4.3|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.4.1|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.5|don't install symfony/http-foundation v4.4.0|install symfony/http-foundation v2.8.52|install omnipay/common 2.3.2|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.4.0|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.3.11|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.3.10|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.4.0-RC1|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.5|don't install symfony/http-foundation v4.4.0-RC1|install symfony/http-foundation v2.8.52|install omnipay/common 2.3.2|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe V2.4.7|don't install symfony/http-foundation v4.3.9|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe V2.4.7|don't install symfony/http-foundation v4.4.0-RC1|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.4.0-BETA2|install symfony/http-foundation v2.8.52|install omnipay/common 2.3.2|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.1|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe V2.4.7|don't install symfony/http-foundation v4.4.0-BETA1|install omnipay/common 2.5.2|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe V2.4.7|don't install symfony/http-foundation 4.4.x-dev|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.4.7|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.4.6|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.4.5|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.4.4|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.5|don't install symfony/http-foundation v4.4.4|install symfony/http-foundation v2.8.41|install symfony/http-foundation v2.8.42|install symfony/http-foundation v2.8.43|install symfony/http-foundation v2.8.44|install symfony/http-foundation v2.8.45|install symfony/http-foundation v2.8.46|install symfony/http-foundation v2.8.47|install symfony/http-foundation v2.8.48|install symfony/http-foundation v2.8.49|install symfony/http-foundation v2.8.50|install symfony/http-foundation v2.8.52|install omnipay/common 2.3.2|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.5|don't install symfony/http-foundation v4.4.1|install symfony/http-foundation v2.8.52|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Installation request for laravel/framework ^6.0 -> satisfiable by laravel/framework[6.x-dev, v6.0.0, v6.0.1, v6.0.2, v6.0.3, v6.0.4, v6.1.0, v6.10.0, v6.10.1, v6.11.0, v6.12.0, v6.13.0, v6.13.1, v6.14.0, v6.15.0, v6.15.1, v6.16.0, v6.17.0, v6.17.1, v6.18.0, v6.18.1, v6.18.10, v6.18.11, v6.18.12, v6.18.13, v6.18.14, v6.18.15, v6.18.16, v6.18.17, v6.18.18, v6.18.19, v6.18.2, v6.18.20, v6.18.3, v6.18.4, v6.18.5, v6.18.6, v6.18.7, v6.18.8, v6.18.9, v6.2.0, v6.3.0, v6.4.0, v6.4.1, v6.5.0, v6.5.1, v6.5.2, v6.6.0, v6.6.1, v6.6.2, v6.7.0, v6.8.0, v6.9.0].
- Conclusion: don't install omnipay/stripe V2.4.7|don't install symfony/http-foundation v4.4.0-BETA1|install symfony/http-foundation v2.8.45|install symfony/http-foundation v2.8.46|install symfony/http-foundation v2.8.47|install symfony/http-foundation v2.8.48|install symfony/http-foundation v2.8.49|install symfony/http-foundation v2.8.50|install symfony/http-foundation v2.8.52|install omnipay/common 2.3.2|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe V2.4.7|don't install symfony/http-foundation v4.4.0-BETA2|install omnipay/common 2.5.2|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe V2.4.7|don't install symfony/http-foundation v4.4.0-RC1|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe V2.4.7|don't install symfony/http-foundation v4.3.5|install symfony/http-foundation v2.8.43|install symfony/http-foundation v2.8.44|install symfony/http-foundation v2.8.45|install symfony/http-foundation v2.8.46|install symfony/http-foundation v2.8.47|install symfony/http-foundation v2.8.48|install symfony/http-foundation v2.8.49|install symfony/http-foundation v2.8.50|install symfony/http-foundation v2.8.52|install omnipay/common 2.3.2|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.1|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe V2.4.7|don't install symfony/http-foundation v4.3.6|install symfony/http-foundation v2.8.44|install symfony/http-foundation v2.8.45|install symfony/http-foundation v2.8.46|install symfony/http-foundation v2.8.47|install symfony/http-foundation v2.8.48|install symfony/http-foundation v2.8.49|install symfony/http-foundation v2.8.50|install symfony/http-foundation v2.8.52|install omnipay/common 2.3.2|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe V2.4.7|don't install symfony/http-foundation v4.3.9|install omnipay/common 2.5.2|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe V2.4.7|don't install symfony/http-foundation v4.3.11|install omnipay/common 2.5.2|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe V2.4.7
- Conclusion: don't install omnipay/stripe v2.4.5|don't install symfony/http-foundation v4.3.4|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install symfony/http-foundation 4.4.x-dev|install omnipay/stripe V2.4.7
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.4.0-BETA1|install symfony/http-foundation v2.8.52|install omnipay/common 2.3.2|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.0|install omnipay/common v2.3.1|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install symfony/http-foundation v4.3.4|install omnipay/stripe V2.4.7
- Conclusion: don't install omnipay/stripe v2.4.5|don't install symfony/http-foundation v4.4.0-BETA1|install symfony/http-foundation v2.8.52|install omnipay/common 2.3.2|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.2.0|install omnipay/common v2.3.0|install omnipay/common v2.3.1|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install symfony/http-foundation v4.4.0-BETA1|install omnipay/stripe V2.4.7
- Conclusion: don't install symfony/http-foundation v4.4.0-RC1|install omnipay/stripe V2.4.7
- Conclusion: don't install omnipay/stripe v2.4.5|don't install symfony/http-foundation v4.3.5|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install symfony/http-foundation v4.4.0-BETA2|install omnipay/stripe V2.4.7
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.3.5|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install symfony/http-foundation v4.3.5|install omnipay/stripe V2.4.7
- Conclusion: don't install symfony/http-foundation v4.3.6|install omnipay/stripe V2.4.7
- Conclusion: don't install omnipay/stripe v2.4.5|don't install symfony/http-foundation v4.3.7|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install symfony/http-foundation v4.3.7|install omnipay/stripe V2.4.7
- Conclusion: don't install omnipay/stripe v2.4.6|don't install symfony/http-foundation v4.3.9|install symfony/http-foundation v2.8.52|install omnipay/common 2.3.2|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.1|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install symfony/http-foundation v4.3.8|install omnipay/stripe V2.4.7
- Conclusion: don't install omnipay/stripe v2.4.5|don't install symfony/http-foundation v4.3.9|install symfony/http-foundation v2.8.52|install omnipay/common 2.3.2|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.0|install omnipay/common v2.3.1|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install omnipay/stripe v2.4.5|don't install symfony/http-foundation v4.3.10|install symfony/http-foundation v2.8.52|install omnipay/common 2.3.2|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.3.1|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1
- Conclusion: don't install symfony/http-foundation v4.3.9|install omnipay/stripe V2.4.7
- Conclusion: don't install symfony/http-foundation v4.3.10|install omnipay/stripe V2.4.7
- Conclusion: don't install symfony/http-foundation v4.3.11|install omnipay/stripe V2.4.7
- Installation request for omnipay/stripe ~2.0 -> satisfiable by omnipay/stripe[2.1.1, 2.x-dev, V2.4.7, v2.0.0, v2.1.0, v2.1.2, v2.2.0, v2.2.1, v2.3.0, v2.3.1, v2.3.2, v2.3.3, v2.4.0, v2.4.1, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6].
- omnipay/stripe v2.4.5 requires omnipay/common ~2.0 -> satisfiable by omnipay/common[2.3.2, 2.4.0, 2.5.2, 2.5.x-dev, v2.0.0, v2.1.0, v2.2.0, v2.3.0, v2.3.1, v2.3.3, v2.3.4, v2.4.1, v2.5.0, v2.5.1].
- omnipay/stripe v2.4.6 requires omnipay/common ~2.0 -> satisfiable by omnipay/common[2.3.2, 2.4.0, 2.5.2, 2.5.x-dev, v2.0.0, v2.1.0, v2.2.0, v2.3.0, v2.3.1, v2.3.3, v2.3.4, v2.4.1, v2.5.0, v2.5.1].
- omnipay/common 2.3.2 requires symfony/http-foundation ~2.1 -> satisfiable by symfony/http-foundation[2.1.x-dev, 2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.0-BETA1, v2.4.0-BETA2, v2.4.0-RC1, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.0-BETA1, v2.5.0-BETA2, v2.5.0-RC1, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.0-BETA1, v2.6.0-BETA2, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.0-BETA1, v2.7.0-BETA2, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.50, v2.7.51, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.0-BETA1, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.52, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
- omnipay/common 2.4.0 requires symfony/http-foundation ~2.1 -> satisfiable by symfony/http-foundation[2.1.x-dev, 2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.0-BETA1, v2.4.0-BETA2, v2.4.0-RC1, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.0-BETA1, v2.5.0-BETA2, v2.5.0-RC1, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.0-BETA1, v2.6.0-BETA2, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.0-BETA1, v2.7.0-BETA2, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.50, v2.7.51, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.0-BETA1, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.52, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
- omnipay/common 2.5.2 requires symfony/http-foundation ~2.1|~3.0 -> satisfiable by symfony/http-foundation[2.1.x-dev, 2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, 3.0.x-dev, 3.1.x-dev, 3.2.x-dev, 3.3.x-dev, 3.4.x-dev, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.0-BETA1, v2.4.0-BETA2, v2.4.0-RC1, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.0-BETA1, v2.5.0-BETA2, v2.5.0-RC1, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.0-BETA1, v2.6.0-BETA2, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.0-BETA1, v2.7.0-BETA2, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.50, v2.7.51, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.0-BETA1, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.52, v2.8.6, v2.8.7, v2.8.8, v2.8.9, v3.0.0, v3.0.0-BETA1, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.0-BETA1, v3.1.0-RC1, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.0-BETA1, v3.2.0-RC1, v3.2.0-RC2, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.0-BETA1, v3.3.0-RC1, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.0-BETA1, v3.4.0-BETA2, v3.4.0-BETA3, v3.4.0-BETA4, v3.4.0-RC1, v3.4.0-RC2, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
- omnipay/common 2.5.x-dev requires symfony/http-foundation ~2.1|~3.0 -> satisfiable by symfony/http-foundation[2.1.x-dev, 2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, 3.0.x-dev, 3.1.x-dev, 3.2.x-dev, 3.3.x-dev, 3.4.x-dev, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.0-BETA1, v2.4.0-BETA2, v2.4.0-RC1, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.0-BETA1, v2.5.0-BETA2, v2.5.0-RC1, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.0-BETA1, v2.6.0-BETA2, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.0-BETA1, v2.7.0-BETA2, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.50, v2.7.51, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.0-BETA1, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.52, v2.8.6, v2.8.7, v2.8.8, v2.8.9, v3.0.0, v3.0.0-BETA1, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.0-BETA1, v3.1.0-RC1, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.0-BETA1, v3.2.0-RC1, v3.2.0-RC2, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.0-BETA1, v3.3.0-RC1, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.0-BETA1, v3.4.0-BETA2, v3.4.0-BETA3, v3.4.0-BETA4, v3.4.0-RC1, v3.4.0-RC2, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
- omnipay/common v2.0.0 requires symfony/http-foundation ~2.1 -> satisfiable by symfony/http-foundation[2.1.x-dev, 2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.0-BETA1, v2.4.0-BETA2, v2.4.0-RC1, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.0-BETA1, v2.5.0-BETA2, v2.5.0-RC1, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.0-BETA1, v2.6.0-BETA2, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.0-BETA1, v2.7.0-BETA2, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.50, v2.7.51, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.0-BETA1, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.52, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
- omnipay/common v2.1.0 requires symfony/http-foundation ~2.1 -> satisfiable by symfony/http-foundation[2.1.x-dev, 2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.0-BETA1, v2.4.0-BETA2, v2.4.0-RC1, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.0-BETA1, v2.5.0-BETA2, v2.5.0-RC1, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.0-BETA1, v2.6.0-BETA2, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.0-BETA1, v2.7.0-BETA2, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.50, v2.7.51, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.0-BETA1, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.52, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
- omnipay/common v2.2.0 requires symfony/http-foundation ~2.1 -> satisfiable by symfony/http-foundation[2.1.x-dev, 2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.0-BETA1, v2.4.0-BETA2, v2.4.0-RC1, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.0-BETA1, v2.5.0-BETA2, v2.5.0-RC1, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.0-BETA1, v2.6.0-BETA2, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.0-BETA1, v2.7.0-BETA2, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.50, v2.7.51, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.0-BETA1, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.52, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
- omnipay/common v2.3.0 requires symfony/http-foundation ~2.1 -> satisfiable by symfony/http-foundation[2.1.x-dev, 2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.0-BETA1, v2.4.0-BETA2, v2.4.0-RC1, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.0-BETA1, v2.5.0-BETA2, v2.5.0-RC1, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.0-BETA1, v2.6.0-BETA2, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.0-BETA1, v2.7.0-BETA2, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.50, v2.7.51, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.0-BETA1, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.52, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
- omnipay/common v2.3.1 requires symfony/http-foundation ~2.1 -> satisfiable by symfony/http-foundation[2.1.x-dev, 2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.0-BETA1, v2.4.0-BETA2, v2.4.0-RC1, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.0-BETA1, v2.5.0-BETA2, v2.5.0-RC1, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.0-BETA1, v2.6.0-BETA2, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.0-BETA1, v2.7.0-BETA2, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.50, v2.7.51, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.0-BETA1, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.52, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
- omnipay/common v2.3.3 requires symfony/http-foundation ~2.1 -> satisfiable by symfony/http-foundation[2.1.x-dev, 2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.0-BETA1, v2.4.0-BETA2, v2.4.0-RC1, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.0-BETA1, v2.5.0-BETA2, v2.5.0-RC1, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.0-BETA1, v2.6.0-BETA2, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.0-BETA1, v2.7.0-BETA2, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.50, v2.7.51, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.0-BETA1, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.52, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
- omnipay/common v2.3.4 requires symfony/http-foundation ~2.1 -> satisfiable by symfony/http-foundation[2.1.x-dev, 2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.0-BETA1, v2.4.0-BETA2, v2.4.0-RC1, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.0-BETA1, v2.5.0-BETA2, v2.5.0-RC1, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.0-BETA1, v2.6.0-BETA2, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.0-BETA1, v2.7.0-BETA2, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.50, v2.7.51, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.0-BETA1, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.52, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
- omnipay/common v2.4.1 requires symfony/http-foundation ~2.1 -> satisfiable by symfony/http-foundation[2.1.x-dev, 2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.0-BETA1, v2.4.0-BETA2, v2.4.0-RC1, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.0-BETA1, v2.5.0-BETA2, v2.5.0-RC1, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.0-BETA1, v2.6.0-BETA2, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.0-BETA1, v2.7.0-BETA2, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.50, v2.7.51, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.0-BETA1, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.52, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
- omnipay/common v2.5.0 requires symfony/http-foundation ~2.1 -> satisfiable by symfony/http-foundation[2.1.x-dev, 2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.0-BETA1, v2.4.0-BETA2, v2.4.0-RC1, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.0-BETA1, v2.5.0-BETA2, v2.5.0-RC1, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.0-BETA1, v2.6.0-BETA2, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.0-BETA1, v2.7.0-BETA2, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.50, v2.7.51, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.0-BETA1, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.52, v2.8.6, v2.8.7, v2.8.8, v2.8.9].
- omnipay/common v2.5.1 requires symfony/http-foundation ~2.1|~3.0 -> satisfiable by symfony/http-foundation[2.1.x-dev, 2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, 3.0.x-dev, 3.1.x-dev, 3.2.x-dev, 3.3.x-dev, 3.4.x-dev, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.0-BETA1, v2.4.0-BETA2, v2.4.0-RC1, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.0-BETA1, v2.5.0-BETA2, v2.5.0-RC1, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.0-BETA1, v2.6.0-BETA2, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.0-BETA1, v2.7.0-BETA2, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.50, v2.7.51, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.0-BETA1, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.52, v2.8.6, v2.8.7, v2.8.8, v2.8.9, v3.0.0, v3.0.0-BETA1, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.0-BETA1, v3.1.0-RC1, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.0-BETA1, v3.2.0-RC1, v3.2.0-RC2, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.0-BETA1, v3.3.0-RC1, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.0-BETA1, v3.4.0-BETA2, v3.4.0-BETA3, v3.4.0-BETA4, v3.4.0-RC1, v3.4.0-RC2, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.36, v3.4.37, v3.4.38, v3.4.39, v3.4.4, v3.4.40, v3.4.41, v3.4.42, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
- Can only install one of: symfony/http-foundation[4.3.x-dev, 2.6.x-dev].
- Can only install one of: symfony/http-foundation[v2.6.0, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.6.0-BETA1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.6.0-BETA2, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.6.1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.6.10, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.6.11, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.6.12, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.6.13, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.6.2, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.6.3, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.6.4, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.6.5, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.6.6, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.6.7, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.6.8, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.6.9, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[4.3.x-dev, 2.7.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.0, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.0-BETA1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.0-BETA2, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.10, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.11, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.12, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.13, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.14, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.15, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.16, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.17, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.18, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.19, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.2, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.20, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.21, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.22, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.23, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.24, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.25, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.26, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.27, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.28, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.29, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.3, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.30, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.31, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.32, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.33, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.34, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.35, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.36, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.37, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.38, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.39, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.4, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.40, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.41, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.42, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.43, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.44, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.45, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.46, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.47, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.48, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.49, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.5, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.50, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.51, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.6, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.7, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.8, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.7.9, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[4.3.x-dev, 2.8.x-dev].
- Can only install one of: symfony/http-foundation[4.3.x-dev, 3.0.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.0, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.0-BETA1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.10, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.11, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.12, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.13, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.14, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.15, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.16, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.17, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.18, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.19, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.2, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.20, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.21, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.22, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.23, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.24, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.25, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.26, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.27, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.28, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.29, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.3, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.30, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.31, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.32, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.33, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.34, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.35, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.36, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.37, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.38, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.39, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.4, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.40, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.41, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.42, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.43, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.44, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.45, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.46, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.47, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.48, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.49, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.5, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.50, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.52, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.6, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.7, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.8, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.8.9, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.0.0, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.0.0-BETA1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.0.1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.0.2, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.0.3, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.0.4, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.0.5, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.0.6, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.0.7, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.0.8, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.0.9, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[4.3.x-dev, 3.1.x-dev].
- Can only install one of: symfony/http-foundation[v3.1.0, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.1.0-BETA1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.1.0-RC1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.1.1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.1.10, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.1.2, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.1.3, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.1.4, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.1.5, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.1.6, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.1.7, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.1.8, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.1.9, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[4.3.x-dev, 3.2.x-dev].
- Can only install one of: symfony/http-foundation[4.3.x-dev, 3.3.x-dev].
- Can only install one of: symfony/http-foundation[4.3.x-dev, 3.4.x-dev].
- Can only install one of: symfony/http-foundation[v3.2.0, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.2.0-BETA1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.2.0-RC1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.2.0-RC2, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.2.1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.2.10, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.2.11, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.2.12, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.2.13, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.2.14, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.2.2, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.2.3, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.2.4, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.2.5, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.2.6, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.2.7, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.2.8, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.2.9, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.3.0, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.3.0-BETA1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.3.0-RC1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.3.1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.3.10, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.3.11, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.3.12, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.3.13, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.3.14, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.3.15, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.3.16, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.3.17, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.3.18, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.3.2, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.3.3, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.3.4, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.3.5, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.3.6, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.3.7, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.3.8, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.3.9, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.0, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.0-BETA1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.0-BETA2, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.0-BETA3, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.0-BETA4, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.0-RC1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.0-RC2, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.10, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.11, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.12, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.13, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.14, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.15, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.16, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.17, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.18, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.19, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.2, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.20, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.21, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.22, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.23, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.24, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.25, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.26, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.27, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.28, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.29, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.3, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.30, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.31, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.32, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.33, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.34, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.35, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.36, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.37, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.38, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.39, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.4, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.40, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.41, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.42, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.5, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.6, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.7, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.8, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v3.4.9, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[4.3.x-dev, 2.1.x-dev].
- Can only install one of: symfony/http-foundation[4.3.x-dev, 2.2.x-dev].
- Can only install one of: symfony/http-foundation[4.3.x-dev, 2.3.x-dev].
- Can only install one of: symfony/http-foundation[4.3.x-dev, 2.4.x-dev].
- Can only install one of: symfony/http-foundation[4.3.x-dev, 2.5.x-dev].
- Can only install one of: symfony/http-foundation[v2.1.0, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.1.1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.1.10, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.1.11, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.1.12, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.1.13, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.1.2, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.1.3, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.1.4, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.1.5, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.1.6, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.1.7, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.1.8, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.1.9, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.2.0, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.2.1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.2.10, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.2.11, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.2.2, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.2.3, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.2.4, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.2.5, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.2.6, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.2.7, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.2.8, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.2.9, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.0, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.10, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.11, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.12, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.13, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.14, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.15, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.16, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.17, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.18, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.19, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.2, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.20, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.21, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.22, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.23, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.24, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.25, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.26, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.27, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.28, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.29, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.3, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.30, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.31, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.32, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.33, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.34, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.35, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.36, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.37, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.38, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.39, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.4, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.40, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.41, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.42, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.5, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.6, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.7, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.8, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.3.9, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.4.0, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.4.0-BETA1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.4.0-BETA2, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.4.0-RC1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.4.1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.4.10, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.4.2, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.4.3, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.4.4, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.4.5, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.4.6, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.4.7, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.4.8, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.4.9, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.5.0, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.5.0-BETA1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.5.0-BETA2, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.5.0-RC1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.5.1, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.5.10, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.5.11, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.5.12, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.5.2, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.5.3, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.5.4, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.5.5, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.5.6, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.5.7, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.5.8, 4.3.x-dev].
- Can only install one of: symfony/http-foundation[v2.5.9, 4.3.x-dev].
- laravel/framework 6.x-dev requires symfony/http-foundation ^4.3.4 -> satisfiable by symfony/http-foundation[v4.4.10, 4.3.x-dev, 4.4.x-dev, v4.3.10, v4.3.11, v4.3.4, v4.3.5, v4.3.6, v4.3.7, v4.3.8, v4.3.9, v4.4.0, v4.4.0-BETA1, v4.4.0-BETA2, v4.4.0-RC1, v4.4.1, v4.4.2, v4.4.3, v4.4.4, v4.4.5, v4.4.6, v4.4.7, v4.4.8, v4.4.9].
- Conclusion: don't install symfony/http-foundation v4.4.0|install omnipay/stripe V2.4.7
- Conclusion: install omnipay/stripe V2.4.7|install omnipay/stripe v2.4.5|install omnipay/stripe v2.4.6|install omnipay/common 2.3.2|install omnipay/common 2.4.0|install omnipay/common 2.5.2|install omnipay/common 2.5.x-dev|install omnipay/common v2.0.0|install omnipay/common v2.1.0|install omnipay/common v2.2.0|install omnipay/common v2.3.0|install omnipay/common v2.3.1|install omnipay/common v2.3.3|install omnipay/common v2.3.4|install omnipay/common v2.4.1|install omnipay/common v2.5.0|install omnipay/common v2.5.1

On creating new project

Problem 1
- aimeos/aimeos-laravel[2020.10.1, ..., 2020.10.x-dev] require aimeos/aimeos-core 2020.10.* -> satisfiable by aimeos/aimeos-core[2020.10.1, ..., 2020.10.x-dev].
- aimeos/aimeos-core[2020.10.15, ..., 2020.10.x-dev] require php ~7.1||^8.0.1 -> your php version (8.0.0) does not satisfy that requirement.
- aimeos/aimeos-core[2020.10.1, ..., 2020.10.14] require php ~7.1 -> your php version (8.0.0) does not satisfy that requirement.
- Root composer.json requires aimeos/aimeos-laravel ~2020.10 -> satisfiable by aimeos/aimeos-laravel[2020.10.1, ..., 2020.10.x-dev].

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.