Browse
For agents
About
Tutor LMS – eLearning and online course solution
/
2.0.6
Tutor LMS – eLearning and online course solution
v2.0.6
Switch version
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.9.15
3.9.14
3.9.13
3.9.12
3.9.11
trunk
1.0.0
1.0.0-alpha
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
All 191 releases
Overview
Code
tutor
/
vendor
/
autoload.php
autoload.php
13 lines
427 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
//
autoload.php @generated by Composer
4
5
if
(
PHP_VERSION_ID
<
50600
)
{
6
echo
'
Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running
'
.
PHP_VERSION
.
'
, please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.
'
.
PHP_EOL
;
7
exit
(
1
)
;
8
}
9
10
require_once
__DIR__
.
'
/composer/autoload_real.php
'
;
11
12
return
ComposerAutoloaderInit0e757438aef5d8116f473fde21a552e8
::
getLoader
(
)
;
13