Skip to content

Commit

Permalink
Syncing from alleyinteractive/mantle
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Apr 5, 2024
1 parent d1a617b commit 37e695d
Show file tree
Hide file tree
Showing 8 changed files with 26,906 additions and 19,627 deletions.
1 change: 1 addition & 0 deletions mu-plugins/mantle-app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ vendor
composer.lock
bootstrap/cache
.phpunit.result.cache
.phpunit.cache/*
.phpcs/*.json

# Ignore temporary OS files
Expand Down
17 changes: 10 additions & 7 deletions mu-plugins/mantle-app/composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "alleyinteractive/mantle",
"type": "project",
"description": "A site using the Mantle framework for WordPress",
"license": "GPL-2.0-or-later",
"type": "project",
"authors": [
{
"name": "Alley",
Expand All @@ -11,16 +11,21 @@
],
"require": {
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"alleyinteractive/mantle-framework": "^0.12",
"alleyinteractive/mantle-framework": "^1.0",
"fakerphp/faker": "^1.23"
},
"require-dev": {
"alleyinteractive/alley-coding-standards": "^2.0",
"nunomaduro/collision": "^6.4",
"phpstan/phpstan": "1.10.15",
"phpunit/phpunit": "^9.6.10",
"phpstan/phpstan": "1.10.66",
"szepeviktor/phpstan-wordpress": "^1.3"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
}
},
"config": {
"allow-plugins": {
"alleyinteractive/composer-wordpress-autoloader": true,
Expand All @@ -41,8 +46,6 @@
}
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"post-autoload-dump": [
"bin/mantle package:discover",
Expand Down
Loading

0 comments on commit 37e695d

Please sign in to comment.