netgen / content-browser
Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.
Installs: 93 751
Dependents: 4
Suggesters: 0
Security: 0
Stars: 14
Watchers: 5
Forks: 3
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.4 || ^8.1
- ext-mbstring: *
- jean85/pretty-package-versions: ^1.6 || ^2.0
- netgen/content-browser-ui: ~1.4.0
- pagerfanta/pagerfanta: ^2.7 || ^3.6
- sensio/framework-extra-bundle: ^5.4 || ^6.2
- symfony/asset: ^3.4.47 || ^5.4 || ^6.2
- symfony/config: ^3.4.47 || ^5.4 || ^6.2
- symfony/console: ^3.4.47 || ^5.4 || ^6.2
- symfony/dependency-injection: ^3.4.47 || ^5.4 || ^6.2
- symfony/deprecation-contracts: ^2.5 || ^3.2
- symfony/event-dispatcher: ^3.4.47 || ^5.4 || ^6.2
- symfony/form: ^3.4.47 || ^5.4 || ^6.2
- symfony/framework-bundle: ^3.4.47 || ^5.4 || ^6.2
- symfony/http-foundation: ^3.4.47 || ^5.4 || ^6.2
- symfony/http-kernel: ^3.4.47 || ^5.4 || ^6.2
- symfony/monolog-bundle: ^3.6
- symfony/options-resolver: ^3.4.47 || ^5.4 || ^6.2
- symfony/polyfill-php80: ^1.27
- symfony/property-access: ^3.4.47 || ^5.4 || ^6.2
- symfony/routing: ^3.4.47 || ^5.4 || ^6.2
- symfony/security-bundle: ^3.4.47 || ^5.4 || ^6.2
- symfony/security-core: ^3.4.47 || ^5.4 || ^6.2
- symfony/translation: ^3.4.47 || ^5.4 || ^6.2
- symfony/twig-bundle: ^3.4.47 || ^5.4 || ^6.2
- symfony/validator: ^3.4.47 || ^5.4 || ^6.2
- symfony/yaml: ^3.4.47 || ^5.4 || ^6.2
- twig/twig: ^2.15 || ^3.4
Requires (Dev)
- lchrusciel/api-test-case: ^4.1 || ^5.2
- matthiasnoback/symfony-dependency-injection-test: ^4.2
- netgen/layouts-coding-standard: ^2.0
- phpstan/phpstan: ^1.9
- phpstan/phpstan-phpunit: ^1.3
- phpstan/phpstan-strict-rules: ^1.4
- phpstan/phpstan-symfony: ^1.2
- phpunit/phpunit: ^8.5 || ^9.6
- symfony/phpunit-bridge: ^6.2
- symfony/runtime: ^5.4 || ^6.2
- symfony/var-dumper: ^3.4.47 || ^5.4 || ^6.2
- vimeo/psalm: ^4.30 || ^5.4
README
Installation instructions
Running tests
Running tests requires that you have complete vendors installed, so run
composer install
before running the tests.
You can run unit tests by calling composer test
from the repo root:
$ composer test
Running API tests
You can run API tests by calling composer test-api
from the repo root:
$ composer test-api