Skip to content

Commit

Permalink
Various fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Joey Smith <jsmith@webinertia.net>

Signed-off-by: Joey Smith <jsmith@webinertia.net>
  • Loading branch information
tyrsson committed Feb 9, 2024
1 parent f376958 commit fa2c2a0
Show file tree
Hide file tree
Showing 13 changed files with 179 additions and 276 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#

Setup

- Fork this repo
- Clone to your local server
- run composer install
- Create a vhost pointing to the /public directory
- Import the table schema from .docker/mysql
- Rename /config/autoload/db.local.php.dist to db.local.php
- Edit db.local.php for your mysql/maria connection
- Run composer development-enable
- Load your local site in a browser
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.2.0",
"axleus/axleus-core": "^1.0",
"axleus/axleus-pluginmanager": "dev-master",
"bushbaby/flysystem": "^8.0",
Expand Down Expand Up @@ -78,16 +78,15 @@
"webinertia/webinertia-validator": "^0.0.4"
},
"require-dev": {
"axleus/axleus-dev-tools": "1.0.x-dev",
"filp/whoops": "^2.7.1",
"laminas/laminas-coding-standard": "^2.5",
"laminas/laminas-development-mode": "^3.3.0",
"maximebf/debugbar": "^1.19",
"mezzio/mezzio-tooling": "^2.8",
"phpunit/phpunit": "^10.2",
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-master",
"vimeo/psalm": "^5.14",
"webinertia/bjy-profiler": "^0.0.11"
"vimeo/psalm": "^5.14"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit fa2c2a0

Please sign in to comment.