Skip to content

Commit 9b44ac3

Browse files
author
simplycorey
committed
Moving to PSR-0 for Laravel Support
1 parent 074c1e6 commit 9b44ac3

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
"license" : "MIT",
77
"require": {
88
"php": ">=5.3.0",
9+
"ext-gd": "*",
910
"bacon/bacon-qr-code": "1.0.*"
1011
},
1112
"require-dev": {
1213
"mockery/mockery": "0.9.*",
1314
"phpunit/phpunit": "4.0.*"
1415
},
1516
"autoload": {
16-
"psr-4": {
17-
"SimpleSoftwareIO\\": "src"
17+
"psr-0": {
18+
"SimpleSoftwareIO\\QrCode\\": "src"
1819
}
1920
}
2021
}

src/BaconQrCodeGenerator.php renamed to src/SimpleSoftwareIO/QrCode/BaconQrCodeGenerator.php

File renamed without changes.

src/Facades/QrCode.php renamed to src/SimpleSoftwareIO/QrCode/Facades/QrCode.php

File renamed without changes.

src/QrCodeInterface.php renamed to src/SimpleSoftwareIO/QrCode/QrCodeInterface.php

File renamed without changes.

src/QrCodeServiceProvider.php renamed to src/SimpleSoftwareIO/QrCode/QrCodeServiceProvider.php

File renamed without changes.

0 commit comments

Comments
 (0)