| Server IP : 172.67.191.97 / Your IP : 104.23.197.208 Web Server : Apache/2.4.63 (Ubuntu) System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.4.5 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/pregrados/licenciatura-educacion-infantil/libraries/vendor/joomla/oauth1/ |
Upload File : |
---
{
"kind": "pipeline",
"name": "Codequality",
"steps": [
{
"commands": [
"php -v",
"composer update",
"composer require phpmd/phpmd phpstan/phpstan"
],
"image": "joomlaprojects/docker-images:php7.4",
"name": "composer",
"volumes": [
{
"name": "composer-cache",
"path": "/tmp/composer-cache"
}
]
},
{
"commands": [
"vendor/bin/phpcs --config-set installed_paths vendor/joomla/coding-standards",
"vendor/bin/phpcs --standard=ruleset.xml src/"
],
"depends": [
"composer"
],
"image": "joomlaprojects/docker-images:php7.4",
"name": "phpcs"
},
{
"commands": [
"vendor/bin/phpmd src text cleancode",
"vendor/bin/phpmd src text codesize",
"vendor/bin/phpmd src text controversial",
"vendor/bin/phpmd src text design",
"vendor/bin/phpmd src text unusedcode"
],
"depends": [
"composer"
],
"failure": "ignore",
"image": "joomlaprojects/docker-images:php7.4",
"name": "phpmd"
},
{
"commands": [
"vendor/bin/phpstan analyse src"
],
"depends": [
"composer"
],
"failure": "ignore",
"image": "joomlaprojects/docker-images:php7.4",
"name": "phpstan"
},
{
"commands": [
"phploc src"
],
"depends": [
"composer"
],
"failure": "ignore",
"image": "joomlaprojects/docker-images:php7.4",
"name": "phploc"
},
{
"commands": [
"phpcpd src"
],
"depends": [
"composer"
],
"failure": "ignore",
"image": "joomlaprojects/docker-images:php7.4",
"name": "phpcpd"
}
],
"volumes": [
{
"host": {
"path": "/tmp/composer-cache"
},
"name": "composer-cache"
}
]
}
---
{
"kind": "pipeline",
"name": "PHP 7.2 lowest",
"steps": [
{
"commands": [
"php -v",
"composer update --prefer-stable --prefer-lowest"
],
"image": "joomlaprojects/docker-images:php7.2",
"name": "composer",
"volumes": [
{
"name": "composer-cache",
"path": "/tmp/composer-cache"
}
]
},
{
"commands": [
"vendor/bin/phpunit"
],
"image": "joomlaprojects/docker-images:php7.2",
"name": "PHPUnit"
}
],
"volumes": [
{
"host": {
"path": "/tmp/composer-cache"
},
"name": "composer-cache"
}
]
}
---
{
"kind": "pipeline",
"name": "PHP 7.2",
"steps": [
{
"commands": [
"php -v",
"composer update --prefer-stable"
],
"image": "joomlaprojects/docker-images:php7.2",
"name": "composer",
"volumes": [
{
"name": "composer-cache",
"path": "/tmp/composer-cache"
}
]
},
{
"commands": [
"vendor/bin/phpunit"
],
"image": "joomlaprojects/docker-images:php7.2",
"name": "PHPUnit"
}
],
"volumes": [
{
"host": {
"path": "/tmp/composer-cache"
},
"name": "composer-cache"
}
]
}
---
{
"kind": "pipeline",
"name": "PHP 7.3",
"steps": [
{
"commands": [
"php -v",
"composer update --prefer-stable"
],
"image": "joomlaprojects/docker-images:php7.3",
"name": "composer",
"volumes": [
{
"name": "composer-cache",
"path": "/tmp/composer-cache"
}
]
},
{
"commands": [
"vendor/bin/phpunit"
],
"image": "joomlaprojects/docker-images:php7.3",
"name": "PHPUnit"
}
],
"volumes": [
{
"host": {
"path": "/tmp/composer-cache"
},
"name": "composer-cache"
}
]
}
---
{
"kind": "pipeline",
"name": "PHP 7.4",
"steps": [
{
"commands": [
"php -v",
"composer update --prefer-stable"
],
"image": "joomlaprojects/docker-images:php7.4",
"name": "composer",
"volumes": [
{
"name": "composer-cache",
"path": "/tmp/composer-cache"
}
]
},
{
"commands": [
"vendor/bin/phpunit"
],
"image": "joomlaprojects/docker-images:php7.4",
"name": "PHPUnit"
}
],
"volumes": [
{
"host": {
"path": "/tmp/composer-cache"
},
"name": "composer-cache"
}
]
}
---
{
"kind": "pipeline",
"name": "PHP 8.0",
"steps": [
{
"commands": [
"php -v",
"composer update --prefer-stable"
],
"image": "joomlaprojects/docker-images:php8.0",
"name": "composer",
"volumes": [
{
"name": "composer-cache",
"path": "/tmp/composer-cache"
}
]
},
{
"commands": [
"vendor/bin/phpunit"
],
"image": "joomlaprojects/docker-images:php8.0",
"name": "PHPUnit"
}
],
"volumes": [
{
"host": {
"path": "/tmp/composer-cache"
},
"name": "composer-cache"
}
]
}
---
{
"kind": "pipeline",
"name": "PHP 8.1",
"steps": [
{
"commands": [
"php -v",
"composer update --prefer-stable"
],
"image": "joomlaprojects/docker-images:php8.1",
"name": "composer",
"volumes": [
{
"name": "composer-cache",
"path": "/tmp/composer-cache"
}
]
},
{
"commands": [
"vendor/bin/phpunit"
],
"image": "joomlaprojects/docker-images:php8.1",
"name": "PHPUnit"
}
],
"volumes": [
{
"host": {
"path": "/tmp/composer-cache"
},
"name": "composer-cache"
}
]
}
---
{
"kind": "pipeline",
"name": "PHP 8.2",
"steps": [
{
"commands": [
"php -v",
"composer update --prefer-stable --ignore-platform-reqs"
],
"image": "joomlaprojects/docker-images:php8.2",
"name": "composer",
"volumes": [
{
"name": "composer-cache",
"path": "/tmp/composer-cache"
}
]
},
{
"commands": [
"vendor/bin/phpunit"
],
"failure": "ignore",
"image": "joomlaprojects/docker-images:php8.2",
"name": "PHPUnit"
}
],
"volumes": [
{
"host": {
"path": "/tmp/composer-cache"
},
"name": "composer-cache"
}
]
}
---
kind: signature
hmac: bb7605212d460e1d4f700d615e9f0bbd96241dfac87b0376da09dd30655662b2
...