We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab9234 commit cd2bb26Copy full SHA for cd2bb26
composer.json
@@ -0,0 +1,22 @@
1
+{
2
+ "name": "infinityloop-dev/lazy-component",
3
+ "description": "Component for Nette framwork which helps with creation of lazy ajax loaded components.",
4
+ "homepage": "https://www.infinityloop.dev/",
5
+ "type": "library",
6
+ "license": ["MIT"],
7
+ "authors": [
8
+ {
9
+ "name": "Václav Pelíšek",
10
+ "homepage": "https://www.peldax.com"
11
+ }
12
+ ],
13
+ "require": {
14
+ "php": ">=7.4",
15
+ "nette/application": "^3.0"
16
+ },
17
+ "autoload": {
18
+ "psr-4": {
19
+ "Infinityloop\\": "src/"
20
21
22
+}
0 commit comments