Skip to content

Commit c505430

Browse files
authored
[3.0] Remove v2 code from v3 branch (#1096)
2 parents 564e204 + cc71306 commit c505430

437 files changed

Lines changed: 2099 additions & 31160 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bin/spc-alpine-docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ COPY ./composer.* /app/
122122
ADD ./bin /app/bin
123123
RUN composer install --no-dev
124124
ADD ./config /app/config
125-
ADD ./spc.registry.json /app/spc.registry.json
125+
ADD ./spc.registry.yml /app/spc.registry.yml
126126
RUN bin/spc doctor --auto-fix
127127
RUN bin/spc install-pkg upx
128128

bin/spc-gnu-docker

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

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
},
3030
"autoload": {
3131
"psr-4": {
32-
"SPC\\": "src/SPC",
3332
"StaticPHP\\": "src/StaticPHP",
3433
"Package\\": "src/Package"
3534
},

0 commit comments

Comments
 (0)