Skip to content

Commit

Permalink
revisions in generator
Browse files Browse the repository at this point in the history
  • Loading branch information
battis committed Feb 17, 2024
1 parent 4d42912 commit 4b40045
Show file tree
Hide file tree
Showing 465 changed files with 13,707 additions and 4,382 deletions.
9 changes: 9 additions & 0 deletions .nova/Tasks/phpdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"actions" : {
"run" : {
"enabled" : true,
"script" : "rm -rf docs\ntools\/phpdocumentor\nopen docs\/index.html"
}
},
"openLogOnRun" : "start"
}
12 changes: 3 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
"email": "sbattis@groton.org"
}
],
"repositories": [
{
"type": "path",
"url": "../openapi-client-generator"
}
],
"require": {
"groton-school/oauth2-blackbaudsky": "^0.2.3",
"psr/simple-cache": "^3.0"
Expand All @@ -29,13 +23,13 @@
},
"require-dev": {
"battis/openapi-client-generator": "dev-main",
"monolog/monolog": "^3.0@dev",
"pahanini/monolog-cli-formatter": "dev-master",
"monolog/monolog": "^3.0",
"pahanini/monolog-cli-formatter": "^2.0",
"php-di/php-di": "^7.0",
"splitbrain/php-cli": "^1.3",
"sspat/reserved-words": "^3.0"
},
"scripts": {
"build": "./scripts/map -d 'var' 'src/SKY' 'GrotonSchool\\Blackbaud\\SKY'"
"build": "./scripts/map -d 'var/2022-04-01_preview/Education Management' src/SKY 'Blackbaud\\SKY'"
}
}
Loading

0 comments on commit 4b40045

Please sign in to comment.