Skip to content

Commit

Permalink
Merge pull request #1812 from WPO-Foundation/master
Browse files Browse the repository at this point in the history
Deploy to prod
  • Loading branch information
jefflembeck authored Apr 26, 2022
2 parents fe49919 + 17eca01 commit 3ee0107
Show file tree
Hide file tree
Showing 235 changed files with 44,670 additions and 355 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
},
"scripts": {
"test": "phpunit --configuration tests/phpunit.xml",
"lint": "phpcs --standard=PSR12 www/src www/cpauth",
"format": "phpcbf --standard=PSR12 www/src www/cpauth"
"lint": "phpcs --standard=PSR12 www/src www/cpauth www/common",
"format": "phpcbf --standard=PSR12 www/src www/cpauth www/common"
},
"require": {
"guzzlehttp/guzzle": "^7.4",
"gmostafa/php-graphql-client": "^1.13",
"php": "^7.4.0"
"php": "^7.4.0",
"paragonie/random-lib": "^2.0"
}
}
257 changes: 256 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3ee0107

Please sign in to comment.