Skip to content

Commit f874fe3

Browse files
authored
Merge pull request clue#64 from clue-labs/psr4
Use PSR-4 autoloading
2 parents 64a9538 + cf72ace commit f874fe3

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

bin/build.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
passthru('
1717
rm -rf build && mkdir build &&
1818
cp -r bin/ src/ composer.json LICENSE build/ &&
19-
sed -i \'s/@dev/' . $version .'/g\' build/src/Clue/GraphComposer/App.php &&
19+
sed -i \'s/@dev/' . $version .'/g\' build/src/App.php &&
2020
composer config -d build/ platform.php 5.3.6 &&
2121
composer install -d build/ --no-dev &&
2222

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.36"
1717
},
1818
"autoload": {
19-
"psr-0": { "Clue\\GraphComposer": "src/" }
19+
"psr-4": { "Clue\\GraphComposer\\": "src/" }
2020
},
2121
"bin": [ "bin/graph-composer" ],
2222
"scripts": {
File renamed without changes.

0 commit comments

Comments
 (0)