Oops it's all white!
This commit is contained in:
parent
e4b647f2c6
commit
ffbe25d0b5
2 changed files with 6 additions and 22 deletions
17
README.md
17
README.md
|
@ -5,20 +5,3 @@
|
||||||
- PHP 8.2
|
- PHP 8.2
|
||||||
- MariaDB 10.6
|
- MariaDB 10.6
|
||||||
- [Composer](https://getcomposer.org/)
|
- [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
11
composer.lock
generated
|
@ -347,7 +347,7 @@
|
||||||
"version": "dev-master",
|
"version": "dev-master",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "/www/index",
|
"url": "https://git.flash.moe/flash/index.git",
|
||||||
"reference": "fc55b73ba177bdec96fdd5d494c2c990475a4cc5"
|
"reference": "fc55b73ba177bdec96fdd5d494c2c990475a4cc5"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -365,13 +365,14 @@
|
||||||
"default-branch": true,
|
"default-branch": true,
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
|
||||||
"Index\\": "src"
|
|
||||||
},
|
|
||||||
"files": [
|
"files": [
|
||||||
"index.php"
|
"index.php"
|
||||||
]
|
],
|
||||||
|
"psr-4": {
|
||||||
|
"Index\\": "src"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"bsd-3-clause-clear"
|
"bsd-3-clause-clear"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue