forked from moodlehq/moodle-local_codechecker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
thirdpartylibs.xml
43 lines (43 loc) · 1.47 KB
/
thirdpartylibs.xml
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
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0"?>
<libraries>
<library>
<location>vendor/squizlabs/php_codesniffer</location>
<name>PHP_CodeSniffer</name>
<version>3.10.1</version>
<license>BSD</license>
<licenseversion>3-Clause</licenseversion>
</library>
<library>
<location>vendor/phpcompatibility/php-compatibility</location>
<name>PHP Compatibility Coding Standard</name>
<version>10.0dev (96072c30)</version>
<license>LGPL</license>
<licenseversion>3</licenseversion>
</library>
<library>
<location>vendor/phpcsstandards/phpcsextra</location>
<name>A collection of code standards for use with PHP_CodeSniffer</name>
<version>1.2.1</version>
<license>LGPL</license>
<licenseversion>3</licenseversion>
</library>
<library>
<location>vendor/phpcsstandards/phpcsutils</location>
<name>A suite of utility functions for use with PHP_CodeSniffer</name>
<version>1.0.12</version>
<license>LGPL</license>
<licenseversion>3</licenseversion>
</library>
<library>
<location>vendor/moodlehq/moodle-cs</location>
<name>Moodle Coding Style</name>
<version>v3.4.7</version>
<license>GPL</license>
<licenseversion>3</licenseversion>
</library>
<library>
<location>vendor</location>
<name>Composer auto loading and plugins</name>
<license>MIT</license>
</library>
</libraries>