Skip to content

Commit

Permalink
Update Composer.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Aug 15, 2023
1 parent 3c5c836 commit 77e4f68
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Service/Composer.php
Expand Up @@ -22,6 +22,16 @@ final class Composer
*/
public const FILE_LOCK = 'composer.lock';

/**
* @var string
*/
public const PHP = 'php';

/**
* @var string
*/
public const REQUIRE = 'require';

/**
* Retrieve the path to composer.json file.
*/
Expand Down

0 comments on commit 77e4f68

Please sign in to comment.