transformcore / csr-fast-stream-domain-model
Domain Model for CSR Fast Stream Project
This package's canonical repository appears to be gone and the package has been frozen as a result.
0.7.0
2015-01-14 13:51 UTC
Requires
- php: >=5.3.2
- friendsofsymfony/user-bundle: ~2.0@dev
- symfony/form: ~2.3
- symfony/framework-bundle: ~2.3
Requires (Dev)
This package is not auto-updated.
Last update: 2020-08-07 20:13:24 UTC
README
CSR-Fast-Stream-Domain-Model
Domian model for CSR - used by both front end and back end
Installation
- Clone project
git clone
- Download Composer phar file
curl -s http://getcomposer.org/installer | php
- Install Dependencies
php composer.phar install
- Run unit tests
vendor/bin/phpspec run --config test/phpspec.yml