Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit c7cb74a

Browse files
committed
Moved files to be PSR-4 compliant
1 parent a877389 commit c7cb74a

33 files changed

+2
-2319
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
},
2727
"minimum-stability": "stable",
2828
"autoload": {
29-
"psr-0": {
30-
"Litipk\\BigNumbers": "src/"
29+
"psr-4": {
30+
"Litipk\\BigNumbers\\": "src/"
3131
}
3232
}
3333
}

src/Litipk/BigNumbers/AbelianAdditiveGroup.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/Litipk/BigNumbers/BigNumber.php

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)