os2display/core-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (2.2.3) of this package.

Os2Display core

Package info

github.com/os2display/core-bundle

Type:symfony-bundle

pkg:composer/os2display/core-bundle

Statistics

Installs: 514

Dependents: 2

Suggesters: 0

Stars: 1

Open Issues: 0

2.2.3 2020-06-29 08:38 UTC

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unknown License 4181020d0447ae5dfd23caa1509ac36dda8f94ac

This package is auto-updated.

Last update: 2025-03-29 01:10:03 UTC


README

Important

This project is no longer actively maintained.

The source code in this repository is no longer maintained. It has been superseded by version 2, which offers improved features and better support.

Thank you to all who have contributed to this project. We recommend transitioning to Os2Display version 2 for continued support and updates.

Final Release: The final stable release is version 2.2.3.


Os2Display core

Installation:

composer require 'os2display/core-bundle:^1.0'

Api tests

The Behat api tests uses SQLite. However, we need to patch doctrine/dbal (cf. doctrine/dbal#2426) in order to make auto-increment columns work as expected (i.e. as in MySQL):

composer install
patch --strip=1 < Features/Fixtures/patch/doctrine-dbal-issues-2426.patch

Run the api tests:

./vendor/bin/behat --suite=api_features