We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5073a1e commit 2cefbc3Copy full SHA for 2cefbc3
2 files changed
composer.json
@@ -1,16 +1,18 @@
1
{
2
"name": "esangtek/php-bootstrap",
3
+ "homepage": "https://github.com/esangtek/php-bootstrap",
4
"license": "MIT",
5
"authors": [{
6
"name": "oscar",
7
"email": "oscar@des13.com"
8
}],
9
"require": {
10
+ "php": ">=5.2",
11
"smarty/smarty": "~3.1"
12
},
13
"autoload": {
- "psr-0": {
- "PHPbootstrap": "src/"
14
+ "psr-4": {
15
+ "PHPbootstrap\\": "src/PHPbootstrap"
16
}
17
18
0 commit comments