Skip to content

Commit cd2bb26

Browse files
authored
Create composer.json
1 parent aab9234 commit cd2bb26

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

composer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)