Skip to content

Commit

Permalink
remove forks and use nanbando packages (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
wachterjohannes authored Jun 23, 2021
1 parent 2ac95c9 commit 5408540
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/phar-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ jobs:

- name: "Run phar to see if it works"
run: php nanbando.phar

- name: "Try plugins install inside of the example directory"
run: cd example && php ../nanbando.phar plugins:install
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ composer.lock
*.iml

.nanbando
nanbando.json
/nanbando.json
nanbando.lock

.github/phar-private.pem
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
"ext-curl": "*",
"ext-mbstring": "*",
"ext-zip": "*",
"dflydev/embedded-composer": "dev-master",
"nanbando/embedded-composer": "^1.0",
"composer/composer": "^2.0",
"padraic/humbug_get_contents": "dev-master as 1.1.3",
"symfony/console": "^5.2",
"symfony/http-kernel": "^5.2",
"symfony/dependency-injection": "^5.2",
Expand All @@ -28,7 +27,7 @@
"symfony/filesystem": "^5.2",
"symfony/proxy-manager-bridge": "^5.2",
"scriptfusion/byte-formatter": "^3.2",
"padraic/phar-updater": "~1.0.4",
"nanbando/phar-updater": "^2.0.1",
"cocur/slugify": "^4.0",
"neutron/temporary-filesystem": "^3.0",
"emgag/flysystem-hash": "^1.0",
Expand Down
20 changes: 20 additions & 0 deletions example/nanbando.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "nanbando/example",
"backup": {
"uploads": {
"plugin": "directory",
"parameter": {
"directory": "var/uploads"
}
},
"database": {
"plugin": "mysql",
"parameter": {
"databaseUrl": "mysql://root:[email protected]:3306/example"
}
}
},
"require": {
"nanbando/mysql": "^0.4.1"
}
}

0 comments on commit 5408540

Please sign in to comment.