Skip to content

Commit

Permalink
chore: release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbleek committed Dec 15, 2020
1 parent be566f7 commit 1d687f2
Show file tree
Hide file tree
Showing 6 changed files with 4,958 additions and 1,951 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
node_modules
vendor

# joe's backup files
.*~
*~
19 changes: 9 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,19 @@
"seo"
],
"require": {
"yawik/core": "^0.34",
"yawik/jobs": "^0.34",
"samdark/sitemap": "^2.2",
"laminas/laminas-dependency-plugin": "^1.0"
"yawik/core": "^0.35",
"yawik/jobs": "^0.35",
"samdark/sitemap": "^2.2"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"cross-solution/phpunit-utils": "^2.0",
"yawik/composer-plugin": "^1.0",
"yawik/auth": "^0.34",
"yawik/settings": "^0.34",
"yawik/applications": "^0.34",
"yawik/cv": "^0.34",
"yawik/organizations": "^0.34",
"yawik/composer-plugin": "^3.0",
"yawik/auth": "^0.35",
"yawik/settings": "^0.35",
"yawik/applications": "^0.35",
"yawik/cv": "^0.35",
"yawik/organizations": "^0.35",
"yawik/geo": "^1.0"
},
"license": "MIT",
Expand Down
Loading

0 comments on commit 1d687f2

Please sign in to comment.