Skip to content

Commit

Permalink
Update composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Oct 23, 2023
1 parent 4803c20 commit 7a96020
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
32 changes: 24 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
assets/*
!assets/.gitignore
protected/runtime/*
!protected/runtime/.gitignore
protected/data/*.db
themes/classic/views/
node_modules
vendor
#code coverage
/code_coverage

# composer vendor dir
/vendor
/composer.lock

#node_modules
/node_modules

# phpstorm project files
.idea

# phpunit
phpunit.phar
.phpunit.result.cache
.phpunit.cache
phpunit.xlm

#yii3 config packages
/config/packages

# windows thumbnail cache
Thumbs.db
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"yiisoft/yii2": "^2.2",
"yiisoft/yii2-bootstrap5":"^2.0",
"yiisoft/yii2-faker":"^2.0",
"yiisoft/yii2-queue": "^3.0@dev"
"yiisoft/yii2-extensions/queue": "dev-main"
},
"require-dev": {
"phpunit/phpunit": "^10.2"
Expand Down

0 comments on commit 7a96020

Please sign in to comment.