Skip to content

Commit

Permalink
feat: support updatePolicies method, upgrade dependencies
Browse files Browse the repository at this point in the history
feat: support updatePolicies method, upgrade dependencies

feat: support updatePolicies method, upgrade dependencies

feat: support updatePolicies method, upgrade dependencies
  • Loading branch information
basakest committed Aug 22, 2021
1 parent c178a5d commit eac1345
Show file tree
Hide file tree
Showing 10 changed files with 1,318 additions and 1,636 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ jobs:
run: |
composer install --prefer-dist --no-progress --no-suggest
- name: install dependencies of cake app
run: |
cd vendor/cakephp/app
composer install --prefer-dist --no-progress --no-suggest
- name: Run test suite
run: ./vendor/bin/phpunit

Expand Down
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@

/vendor/

composer.lock

.idea/
*.iml

# coverage report
/build
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
],
"license": "Apache-2.0",
"require": {
"cakephp/cakephp": "3.*",
"casbin/casbin": "~3.1"
"php": ">=7.2.0",
"cakephp/cakephp": "~4.0",
"casbin/casbin": "~3.1"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"cakephp/app": "3.*"
"phpunit/phpunit": "~8.5.0 || ^9.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit eac1345

Please sign in to comment.