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

Commit a309691

Browse files
authored
Working (#76)
* dependencies + performance + archives * Delete composer.lock * Update composer.json * Update composer.json * Update Pagination.php * Update Pagination.php * Update composer.lock * Update composer.lock
1 parent de500f1 commit a309691

File tree

2 files changed

+66
-33
lines changed

2 files changed

+66
-33
lines changed

composer.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "8fold/php-uikit",
3+
"description": "A library for implementing HTML UI components in PHP projects.",
4+
"type": "library",
5+
"version": "0.0.1",
6+
"license": "MIT",
7+
"authors": [{
8+
"name": "Josh Bruce",
9+
"email": "[email protected]"
10+
}],
11+
"require": {
12+
"php": ">=7.0.0",
13+
"league/commonmark": "^0.17.1",
14+
"8fold/php-html": "^3.0.2",
15+
"nesbot/carbon": "*"
16+
},
17+
"require-dev": {
18+
"phpunit/phpunit": ">=6.0"
19+
},
20+
"minimum-stability": "dev",
21+
"autoload": {
22+
"psr-4": {
23+
"Eightfold\\UIKit\\": "src/",
24+
"Eightfold\\Html\\": "vendor/8fold/php-html/src/",
25+
"League\\CommonMark\\":"vendor/league/commonmark/src/"
26+
}
27+
},
28+
"autoload-dev": {
29+
"psr-4": {
30+
"Eightfold\\UIKit\\Tests\\": "tests/"
31+
}
32+
}
33+
}

0 commit comments

Comments
 (0)