8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5075e6c commit 372be7eCopy full SHA for 372be7e
appveyor.yml
@@ -33,6 +33,7 @@ install:
33
- IF %PHP%==1 echo extension=php_pdo_sqlite.dll >> php.ini-max-ext
34
- IF %PHP%==1 echo extension=php_ldap.dll >> php.ini-max-ext
35
- appveyor DownloadFile https://getcomposer.org/composer.phar
36
+ - copy /Y php.ini-max-ext php.ini
37
- cd c:\projects\symfony
38
- php phpunit install
39
- IF %APPVEYOR_REPO_BRANCH%==master (SET COMPOSER_ROOT_VERSION=dev-master) ELSE (SET COMPOSER_ROOT_VERSION=%APPVEYOR_REPO_BRANCH%.x-dev)
0 commit comments