Skip to content

Commit

Permalink
chore: some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mnavarrocarter committed Dec 1, 2023
1 parent 04ac709 commit fb5d78c
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 337 deletions.
51 changes: 0 additions & 51 deletions Makefile

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ and functional APIs that are a breeze to use.

## Development Setup

Copy the `castor.bin` to of your `$PATH` directories:
Copy the `castor.bin` to one of your `$PATH` directories:

```
sudo cp ./.castor/castor.bin /usr/local/bin/castor
sudo cp ./.castor/castor.bin $HOME/.local/bin/castor
```

Bootstrap the development environment (needs docker and compose plugin):
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
],
"autoload": {
"psr-4": {
"Castor\\": ["http/src", "os/src", "http-pipeline/src", "uuid/src", "context/src", "log/src", "http-router/src", "idl-core/src", "http-cgi-server/src", "http-client/src", "functions/src", "random/src", "uri/src", "console/src", "io/src", "time/src", "security/src"]
"Castor\\": ["http/src", "os/src", "http-pipeline/src", "uuid/src", "context/src", "log/src", "http-router/src", "idl-core/src", "http-cgi-server/src", "http-client/src", "functions/src", "random/src", "uri/src", "console/src", "io/src", "security/src"]
},
"files": ["http/functions.php", "os/functions.php", "http-pipeline/functions.php", "uuid/functions.php", "context/functions.php", "log/functions.php", "http-router/functions.php", "idl-core/functions.php", "http-cgi-server/functions.php", "http-client/functions.php", "functions/functions.php", "uri/functions.php", "console/functions.php", "io/functions.php", "security/functions.php"]
},
"autoload-dev": {
"psr-4": {
"Castor\\Monorepo\\": [".castor/monorepo/src", ".castor/monorepo/tests"],
"Castor\\": ["http/tests", "os/tests", "http-pipeline/tests", "uuid/tests", "context/tests", "log/tests", "http-router/tests", "idl-core/tests", "http-cgi-server/tests", "http-client/tests", "functions/tests", "random/tests", "uri/tests", "console/tests", "io/tests", "time/tests", "security/tests"]
"Castor\\": ["http/tests", "os/tests", "http-pipeline/tests", "uuid/tests", "context/tests", "log/tests", "http-router/tests", "idl-core/tests", "http-cgi-server/tests", "http-client/tests", "functions/tests", "random/tests", "uri/tests", "console/tests", "io/tests", "security/tests"]
}
},
"require": {
Expand Down
27 changes: 0 additions & 27 deletions time/composer.json

This file was deleted.

22 changes: 0 additions & 22 deletions time/src/Time/Clock.php

This file was deleted.

72 changes: 0 additions & 72 deletions time/src/Time/Clock/Frozen.php

This file was deleted.

66 changes: 0 additions & 66 deletions time/src/Time/Clock/Monotonic.php

This file was deleted.

56 changes: 0 additions & 56 deletions time/src/Time/Clock/System.php

This file was deleted.

Empty file removed time/tests/.gitkeep
Empty file.
39 changes: 0 additions & 39 deletions time/tests/Time/Clock/SystemAndMonotonicTest.php

This file was deleted.

0 comments on commit fb5d78c

Please sign in to comment.