Skip to content

Commit 2cefbc3

Browse files
committed
chore: 🔧 update composer.json
1 parent 5073a1e commit 2cefbc3

2 files changed

Lines changed: 1370 additions & 2 deletions

File tree

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
{
22
"name": "esangtek/php-bootstrap",
3+
"homepage": "https://github.com/esangtek/php-bootstrap",
34
"license": "MIT",
45
"authors": [{
56
"name": "oscar",
67
"email": "oscar@des13.com"
78
}],
89
"require": {
10+
"php": ">=5.2",
911
"smarty/smarty": "~3.1"
1012
},
1113
"autoload": {
12-
"psr-0": {
13-
"PHPbootstrap": "src/"
14+
"psr-4": {
15+
"PHPbootstrap\\": "src/PHPbootstrap"
1416
}
1517
}
1618
}

0 commit comments

Comments
 (0)