mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 04:24:31 +02:00
[ticket/11150] CS
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
8b96fc7d04
commit
bac391c282
@ -1,15 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: tristan.darricau
|
||||
* Date: 09/09/15
|
||||
* Time: 23:12
|
||||
*
|
||||
* This file is part of the phpBB Forum Software package.
|
||||
*
|
||||
* @copyright (c) phpBB Limited <https://www.phpbb.com>
|
||||
* @license GNU General Public License, version 2 (GPL-2.0)
|
||||
*
|
||||
* For full copyright and license information, please see
|
||||
* the docs/CREDITS.txt file.
|
||||
*
|
||||
*/
|
||||
|
||||
namespace phpbb\composer;
|
||||
|
||||
use Composer\IO\IOInterface;
|
||||
use phpbb\composer\exception\runtime_exception;
|
||||
|
||||
|
||||
/**
|
||||
* Class to manage packages through composer.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user