8000 minor #18757 Drop hirak/prestissimo (nicolas-grekas) · symfony/symfony@b3da5df · GitHub
[go: up one dir, main page]

Skip to content

Commit b3da5df

Browse files
minor #18757 Drop hirak/prestissimo (nicolas-grekas)
This PR was merged into the 2.3 branch. Discussion ---------- Drop hirak/prestissimo | Q | A | ------------- | --- | Branch? | 2.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - unstable (see #18743 on appveyor) Commits ------- 8f136ab Drop hirak/prestissimo
2 parents 4533220 + 8f136ab commit b3da5df

File tree

5 files changed

+3
-83
lines changed

5 files changed

+3
-83
lines changed

.composer/composer.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.composer/composer.lock

Lines changed: 0 additions & 70 deletions
This file was deleted.

.composer/config.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"config": {
33
"preferred-install": {
44
"*": "dist"
5-
},
6-
"prestissimo": {
7-
"insecure": true
85
}
96
}
107
}

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ before_install:
5151
- if [[ ! $skip && $PHP != hhvm ]]; then echo extension = ldap.so >> $INI_FILE; fi
5252
- if [[ ! $skip && $PHP != hhvm ]]; then phpenv config-rm xdebug.ini; fi
5353
- if [[ ! $skip ]]; then composer self-update --stable; fi
54-
- if [[ ! $skip ]]; then cp .composer/* ~/.composer/; composer global install; fi
54+
- if [[ ! $skip ]]; then cp .composer/* ~/.composer/; fi
5555
- if [[ ! $skip ]]; then ./phpunit install; fi
56-
- if [[ ! $skip && $deps ]]; then composer global remove hirak/prestissimo; fi
5756
- if [[ ! $skip ]]; then export PHPUNIT=$(readlink -f ./phpunit); fi
5857

5958
install:

appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ init:
1818
install:
1919
- IF EXIST c:\php (SET PHP=0) ELSE (mkdir c:\php)
2020
- cd c:\php
21-
- IF %PHP%==1 appveyor DownloadFile https://curl.haxx.se/ca/cacert.pem
21+
- IF %PHP%==1 appveyor DownloadFile https://raw.githubusercontent.com/symfony/binary-utils/master/cacert.pem
2222
- IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-5.3.3-nts-Win32-VC9-x86.zip
2323
- IF %PHP%==1 7z x php-5.3.3-nts-Win32-VC9-x86.zip -y >nul
2424
- IF %PHP%==1 appveyor DownloadFile https://raw.githubusercontent.com/symfony/binary-utils/master/ICU-51.2-dlls.zip
@@ -49,12 +49,11 @@ install:
4949
- IF %PHP%==1 echo extension=php_pdo_sqlite.dll >> php.ini-max
5050
- IF %PHP%==1 echo extension=php_curl.dll >> php.ini-max
5151
- IF %PHP%==1 echo curl.cainfo=c:\php\cacert.pem >> php.ini-max
52-
- IF %PHP%==1 appveyor DownloadFile https://getcomposer.org/download/1.0.2/composer.phar
52+
- IF %PHP%==1 appveyor DownloadFile https://getcomposer.org/download/1.0.3/composer.phar
5353
- copy /Y php.ini-max php.ini
5454
- cd c:\projects\symfony
5555
- mkdir %APPDATA%\Composer
5656
- copy /Y .composer\* %APPDATA%\Composer\
57-
- composer global install --no-progress --ansi
5857
- php phpunit install
5958
- IF %APPVEYOR_REPO_BRANCH%==master (SET COMPOSER_ROOT_VERSION=dev-master) ELSE (SET COMPOSER_ROOT_VERSION=%APPVEYOR_REPO_BRANCH%.x-dev)
6059
- composer update --no-progress --ansi

0 commit comments

Comments
 (0)
0