Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michield committed Oct 4, 2022
1 parent 1171469 commit 8c6eb3f
Show file tree
Hide file tree
Showing 3 changed files with 1,105 additions and 548 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
/var/
/vendor/
.DS_Store
.vagrant
31 changes: 26 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,39 @@
"role": "Former developer"
}
],
"repositories": [
{
"type": "path",
"url": "../core",
"options": {
"symlink": true
}
},
{
"type": "path",
"url": "../rest-api",
"options": {
"symlink": true
}
},
{
"type": "path",
"url": "../web-frontend",
"options": {
"symlink": true
}
}
],
"support": {
"issues": "https://github.com/phpList/base-distribution/issues",
"forum": "https://discuss.phplist.org/",
"source": "https://github.com/phpList/base-distribution"
},
"require": {
"php": "^7.2|^8.0",
"phplist/core": "^v4.0.0-alpha5",
"phplist/rest-api": "^v4.0.0-alpha5"
"phplist/core": "@dev",
"phplist/rest-api": "@dev",
"phplist/web-frontend": "@dev"
},
"require-dev": {
"phpunit/phpunit": "8.5.14 | ^9.5.2",
Expand All @@ -42,9 +66,6 @@
"phpmd/phpmd": "^2.6.0",
"roave/security-advisories": "dev-master"
},
"suggest": {
"phplist/web-frontend": "4.0.x-dev"
},
"autoload": {
"psr-4": {
"PhpList\\BaseDistribution\\": "src/"
Expand Down
Loading

0 comments on commit 8c6eb3f

Please sign in to comment.