-
Notifications
You must be signed in to change notification settings - Fork 1
/
list.sh
executable file
·76 lines (73 loc) · 1022 Bytes
/
list.sh
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
#!/bin/sh
#list="
# aura-2.0
# bear-0.10
# bear-1.0
# cake-3.0
# cake-3.1
# cake-3.2
# ci-3.0
# ci-3.1
# ci-4.0-dev
#ci-4
# cygnite-1.3
# fatfree-3.5
# fuel-1.8
# ice-1.0
# ice-1.1 # Can't build on CentOS 6
# kumbia-1.0-dev
# laravel-4.2
# laravel-5.0
# laravel-5.1
# laravel-5.2
# laravel-5.3
# laravel-5.7
# laravel-6
#laravel-7
# lumen-5.0
# lumen-5.1
# lumen-5.7
# lumen-6
#lumen-7
#o2system-basic
#o2system-hydro
#no-framework
# nofuss-1.2
# phalcon-1.3
# phalcon-2.0
# phpixie-3.2
# radar-1.0-dev # does not work
# siler-0.6
# silex-1.2
# silex-1.3
#silex-2.0
# slim-2.6
#slim-3.0
# staticphp-0.9
# symfony-2.5
# symfony-2.6
# symfony-2.7
# symfony-3.0
#symfony-4.0
# tipsy-0.10
# typo3f-2.3 # does not work
# typo3f-3.0 # Catchable Fatal Error: Argument 1 passed to TYPO3\Flow\Object\ObjectManager::setObjects() must be of the type array, null given
#yii-2.0
# ze-1.0
# zf-2.4
# zf-1.12
# zf-2.4
# zf-2.5
#zf-3.0
#"
list="
ci-4
laravel-7
lumen-7
o2system-basic
silex-2.0
slim-3.0
symfony-5.0
yii-2.0
zf-3.0
"