Skip to content

Commit 042d6ab

Browse files
committed
Everything: psr-4 namespacing, remove defunct methods, no more oauth
1 parent 3547b01 commit 042d6ab

File tree

5 files changed

+772
-1459
lines changed

5 files changed

+772
-1459
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,18 @@
1515
"name": "Michael Klein",
1616
"email": "[email protected]",
1717
"homepage": "https://twitter.com/mikeklein13"
18+
},
19+
{
20+
"name": "Mark Dunphy",
21+
"email": "[email protected]",
22+
"homepage": "https://twitter.com/dunphtastic"
1823
}
1924
],
2025
"require": {
2126
"php": ">=5.2.0",
2227
"ext-curl": "*"
2328
},
2429
"autoload": {
25-
"psr-0": {"Be": "lib/"}
30+
"psr-4": {"Behance\\": "src/"}
2631
}
2732
}

0 commit comments

Comments
 (0)