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
2.2.3
2020-06-29 08:38 UTC
Requires
- php: >=7.2
- debril/rss-atom-bundle: ^4.2
- doctrine/doctrine-bundle: ^1.6
- doctrine/doctrine-migrations-bundle: ^1.3
- doctrine/orm: ^2.5
- friendsofsymfony/rest-bundle: ^2.3
- friendsofsymfony/user-bundle: ^2.1
- guzzlehttp/guzzle: ^6.3
- incenteev/composer-parameter-handler: ^2.0
- jms/job-queue-bundle: ^1.4
- jms/serializer-bundle: ^2.4
- nelmio/api-doc-bundle: ^2.0
- sensio/distribution-bundle: ^5.0.19
- sensio/framework-extra-bundle: ^5.0.0
- sensio/generator-bundle: ^3.1
- symfony/acl-bundle: ^1.0
- symfony/monolog-bundle: ^3.1.0
- symfony/polyfill-apcu: ^1.0
- symfony/security-acl: ^3.0
- symfony/swiftmailer-bundle: ^2.6.4
- symfony/symfony: 3.4.*
- twig/twig: ^1.0||^2.0
Requires (Dev)
- behat/mink-browserkit-driver: ^1.3
- behat/mink-extension: ^2.2
- behat/mink-selenium2-driver: ^1.3
- behat/symfony2-extension: ^2.1
- behatch/contexts: ^2.6
- cweagans/composer-patches: ^1.5
- sonata-project/admin-bundle: ^2.3.7
- sonata-project/doctrine-orm-admin-bundle: ^2.3.4
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