File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 14
14
"require" : {
15
15
"php" : " ^7.1.0" ,
16
16
"codeception/codeception" : " ^2.2.0" ,
17
- "nette/application" : " ^3.0.0@alpha" ,
18
17
"nette/bootstrap" : " ^3.0.0@alpha" ,
19
- "nette/component-model" : " ^3.0.0@alpha" ,
20
18
"nette/di" : " ^3.0.0@alpha" ,
21
- "nette/http" : " ^3.0.0@alpha" ,
22
- "nette/neon" : " ^3.0.0@alpha" ,
23
- "nette/php-generator" : " ^3.0.0@alpha" ,
24
- "nette/utils" : " ^3.0.0@alpha"
19
+ "nette/http" : " ^3.0.0@alpha"
25
20
},
26
21
"require-dev" : {
27
- "nette/caching" : " ^3.0.0@alpha" ,
28
- "nette/finder" : " ^3.0.0@alpha" ,
22
+ "nette/application" : " ^3.0.0@alpha" ,
29
23
"latte/latte" : " ^3.0.0@alpha" ,
30
24
"tracy/tracy" : " ^2.4.0"
31
25
},
26
+ "minimum-stability" : " alpha" ,
32
27
"autoload" : {
33
28
"psr-4" : {
34
29
"Arachne\\ Codeception\\ " : " src"
You can’t perform that action at this time.
0 commit comments