Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 777658c

Browse filesBrowse files
minor #38818 Disable platform checks (nicolas-grekas)
This PR was merged into the 3.4 branch. Discussion ---------- Disable platform checks | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix #38803 | License | MIT | Doc PR | - Let's see Commits ------- 1d09b49 Disable platform checks
2 parents 5bbd01d + 1d09b49 commit 777658c
Copy full SHA for 777658c

File tree

Expand file treeCollapse file tree

3 files changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+1
-2
lines changed

‎.appveyor.yml

Copy file name to clipboardExpand all lines: .appveyor.yml
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ install:
6464
- php composer.phar config --global platform.php 5.5.9
6565
- php composer.phar update --no-progress --ansi
6666
- php phpunit install
67-
- break > .phpunit/phpunit-4.8-0/vendor/composer/platform_check.php
6867

6968
test_script:
7069
- SET X=0

‎.github/composer-config.json

Copy file name to clipboardExpand all lines: .github/composer-config.json
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"config": {
3+
"platform-check": false,
34
"preferred-install": {
45
"symfony/form": "source",
56
"symfony/http-kernel": "source",

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ install:
312312
tfold src/Symfony/Component/Console.tty $PHPUNIT src/Symfony/Component/Console --group tty
313313
if [[ $PHP = ${MIN_PHP%.*} ]]; then
314314
export PHP=$MIN_PHP
315-
echo '' > vendor/composer/platform_check.php
316315
echo -e "1\\n0" | xargs -I{} bash -c "tfold src/Symfony/Component/Process.sigchild{} SYMFONY_DEPRECATIONS_HELPER=weak ENHANCE_SIGCHLD={} php-$MIN_PHP/sapi/cli/php .phpunit/phpunit-4.8-1/phpunit --colors=always src/Symfony/Component/Process/"
317316
fi
318317
fi

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.