Oops it's all white!

This commit is contained in:
flash 2023-07-21 19:17:57 +00:00
parent e4b647f2c6
commit ffbe25d0b5
2 changed files with 6 additions and 22 deletions

View File

@ -5,20 +5,3 @@
- PHP 8.2
- MariaDB 10.6
- [Composer](https://getcomposer.org/)
## Working on Index
Because Index is now served through Packagist, in order to work on it in tandem with Misuzu you'll have to use a `composer.local.json` file:
```
{
"repositories": [
{
"type": "vcs",
"url": "/path/to/local/repo"
}
],
"require": {
"flashwave/index": "dev-master"
}
}
```

11
composer.lock generated
View File

@ -347,7 +347,7 @@
"version": "dev-master",
"source": {
"type": "git",
"url": "/www/index",
"url": "https://git.flash.moe/flash/index.git",
"reference": "fc55b73ba177bdec96fdd5d494c2c990475a4cc5"
},
"require": {
@ -365,13 +365,14 @@
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
"Index\\": "src"
},
"files": [
"index.php"
]
],
"psr-4": {
"Index\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"bsd-3-clause-clear"
],