Project

General

Profile

Actions

action #156124

closed

[qe-core] Introduce a new test to install and verify PHP Composer

Added by dvenkatachala 3 months ago. Updated about 2 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
New test
Target version:
-
Start date:
2024-02-27
Due date:
% Done:

0%

Estimated time:
Difficulty:
Sprint:
QE-Core: March Sprint 24 (Mar 06 - Mar 28)

Description

https://bugzilla.suse.com/show_bug.cgi?id=1220083
Add a new test to verify PHP Composer. Ensure that PHP is installed on your system. Download and install the latest version of Composer:

curl -sS https://getcomposer.org/installer -o composer-setup.php
php composer-setup.php --install-dir=/usr/local/bin --filename=composer

After installing Composer, you can use it to manage dependencies in your PHP projects. Create a project and install the required packages using Composer. Later, check the installed packages. Finally, create and run a PHP script using the newly installed package.

Actions

Also available in: Atom PDF