13 lines
272 B
Bash
Executable File
13 lines
272 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SCENARIOS="symfony2 symfony3 symfony4"
|
|
|
|
AUTOLOAD_DIRECTORIES='src tests'
|
|
|
|
platform_php_symfony2='5.4'
|
|
platform_php_symfony3='5.6'
|
|
|
|
requirement_symfony2='symfony/console:^2.8'
|
|
requirement_symfony3='symfony/console:^3'
|
|
requirement_symfony4='symfony/console:^4'
|