-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathloadnoncomposer.php
More file actions
33 lines (32 loc) · 1.44 KB
/
loadnoncomposer.php
File metadata and controls
33 lines (32 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php
/********************************************************************
* Copyright (C) 2018 MegaOptim (https://megaoptim.com)
*
* This file is part of MegaOptim Image Optimizer
*
* MegaOptim Image Optimizer is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* MegaOptim Image Optimizer is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with MegaOptim Image Optimizer. If not, see <https://www.gnu.org/licenses/>.
**********************************************************************/
require_once('src/Tools/PATH.php');
require_once('src/Tools/URL.php');
require_once('src/Interfaces/IFile.php');
require_once('src/Tools/FileSystem.php');
require_once('src/Http/HTTP.php');
require_once('src/Http/BaseClient.php');
require_once('src/Http/Client.php');
require_once('src/Responses/ResultWebP.php');
require_once('src/Responses/Result.php');
require_once('src/Responses/Response.php');
require_once('src/Responses/Profile.php');
require_once('src/Services/OptimizerService.php');
require_once('src/Optimizer.php');