-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.yml
25 lines (25 loc) · 948 Bytes
/
composer.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: c33s/static-page-content-bundle
type: symfony-bundle
description: 'Easy serving of Static Page Content with Symfony using Twig Templates'
keywords:
- static
- content
- page
- bundle
- c33s
- consistency
homepage: 'https://github.com/c33s/StaticPageContentBundle'
license: MIT
authors:
- { name: Julian, email: [email protected], homepage: 'http://consistency.at/' }
- { name: 'David Herrmann', homepage: 'https://github.com/vworldat' }
- { name: 'Johnny Robeson', email: [email protected], homepage: 'https://github.com/jrobeson' }
- { name: Community, homepage: 'https://github.com/c33s/StaticPageContentBundle/contributors' }
require:
php: '>=5.3.3'
symfony/framework-bundle: '~2.3,>=2.3.18 | ~2.4,>=2.4.8 | ~2.5,>=2.5.2'
require-dev:
phpunit/phpunit: ~4.1
matthiasnoback/symfony-dependency-injection-test: '0.*'
autoload:
psr-4: { C33s\StaticPageContentBundle\: '' }