forked from Kunena/Kunena-Forum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.php
22 lines (20 loc) · 773 Bytes
/
build.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
/**
* Kunena Component
* @package Kunena.Build
*
* @Copyright (C) 2008 - @currentyear@ Kunena Team. All rights reserved.
* @license https://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.kunena.org
**/
/**
* WARNING: It is better to install the build tool PHING through
* PEAR. PEAR auto creates some environment variables
* to run the build tool using the $ phing command versus
* having to do $ php build.php command. Composer also distributes
* extra needed dependencies to be able to run. We have provided a
* composer file as an alternate solution to be able to install
* and use the build tool for those that are familiar composer,
* however it is recommended to use the PEAR package instead.
**/
require_once "vendor/bin/phing";