This repository was archived by the owner on Dec 28, 2020. It is now read-only.
File tree 2 files changed +31
-0
lines changed 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ build : false
2
+ platform : x86
3
+ clone_folder : c:\projects\dunglas\DunglasAngularCsrfBundle
4
+
5
+ cache :
6
+ - ' %LOCALAPPDATA%\Composer\files'
7
+
8
+ init :
9
+ - SET PATH=c:\tools\php72;%PATH%
10
+
11
+ install :
12
+ - ps : Set-Service wuauserv -StartupType Manual
13
+ - cinst -y php
14
+ - cd c:\tools\php72
15
+ - copy php.ini-production php.ini /Y
16
+ - echo date.timezone="UTC" >> php.ini
17
+ - echo extension_dir=ext >> php.ini
18
+ - echo extension=php_openssl.dll >> php.ini
19
+ - echo extension=php_mbstring.dll >> php.ini
20
+ - echo extension=php_intl.dll >> php.ini
21
+ - echo extension=php_pdo_sqlite.dll >> php.ini
22
+ - echo memory_limit=1G >> php.ini
23
+ - cd %APPVEYOR_BUILD_FOLDER%
24
+ - php -r "readfile('http://getcomposer.org/installer');" | php
25
+ - php composer.phar install --no-interaction --no-progress
26
+
27
+ test_script :
28
+ - cd %APPVEYOR_BUILD_FOLDER%
29
+ - php vendor\phpspec\phpspec\bin\phpspec run
30
+ - php vendor\behat\behat\bin\behat --format=progress
Original file line number Diff line number Diff line change 27
27
"symfony/form" : " ^3.4 || ^4.0" ,
28
28
"symfony/framework-bundle" : " ^3.4 || ^4.0" ,
29
29
"symfony/validator" : " ^3.4 || ^4.0" ,
30
+ "symfony/var-dumper" : " ^3.4 || ^4.0" ,
30
31
"symfony/twig-bundle" : " ^3.4 || ^4.0"
31
32
},
32
33
"autoload" : {
You can’t perform that action at this time.
0 commit comments