-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
My composer.json
:
{
"name": "undercloud/beacon",
"description": "Beacon - PHP Routing System",
"keywords": ["php","route","routing","request router","http"],
"homepage": "https://github.com/undercloud/beacon",
"license": "MIT",
"authors": [
{
"name": "undercloud",
"email": "lodashes@gmail.com"
}
],
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {
"Beacon\\": "src/Beacon/"
}
}
}
When I run this command:
travis-ci.org webhook on commit
I get the following output:
More at https://travis-ci.org/undercloud/beacon/jobs/493101528
Fatal error: Uncaught exception 'InvalidArgumentException' with message 'array_pop() expects parameter 1 by reference, but the call was not annotated with '&'' in phar://composer.phar/bin/../src/../src/Composer/Util/Silencer.php:51
And I expected this to happen:
build passed
Metadata
Metadata
Assignees
Labels
No labels