Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit ea5cd56

Browse files
committed
composer.json: nette/nette replaced with individual components
1 parent 3591589 commit ea5cd56

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

app/presenters/templates/Homepage/default.latte

-6
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747

4848
<pre><code class="jush-php">{file_get_contents($presenter->getReflection()->getFileName())}</code></pre>
4949
</section>
50-
51-
<footer>PHP {=PHP_VERSION} |
52-
{ifset $_SERVER['SERVER_SOFTWARE']}Server {$_SERVER['SERVER_SOFTWARE']}{/ifset} |
53-
Nette Framework {=Nette\Framework::VERSION}</footer>
5450
</div>
5551
{/block}
5652

@@ -116,8 +112,6 @@
116112
117113
pre { font-size: 12px; line-height: 1.4; padding: 10px; margin: 1.3em 0; overflow: auto; max-height: 500px; background: #F1F5FB; border-radius: 5px; box-shadow: 0 1px 1px rgba(0, 0, 0, .1); }
118114
119-
footer { font-size: 70%; padding: 1em 0; color: gray; }
120-
121115
.jush-com, .jush-php_doc { color: #929292; }
122116
.jush-tag, .jush-tag_js { color: #6A8527; font-weight: bold; }
123117
.jush-att { color: #8CA315 }

composer.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,21 @@
1616
],
1717
"require": {
1818
"php": ">= 5.3.7",
19-
"nette/nette": "~2.3",
19+
"nette/application": "~2.3",
20+
"nette/bootstrap": "~2.3",
21+
"nette/caching": "~2.3",
22+
"nette/database": "~2.3",
23+
"nette/di": "~2.3",
24+
"nette/finder": "~2.3",
25+
"nette/forms": "~2.3",
26+
"nette/http": "~2.3",
27+
"nette/mail": "~2.3",
28+
"nette/robot-loader": "~2.3",
29+
"nette/safe-stream": "~2.3",
30+
"nette/security": "~2.3",
31+
"nette/utils": "~2.3",
32+
"latte/latte": "~2.3",
33+
"tracy/tracy": "~2.3",
2034
"dg/adminer-custom": "~1.6"
2135
},
2236
"require-dev": {

0 commit comments

Comments
 (0)