Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 1d687f2

Browse files
committed
chore: release 0.5.0
1 parent be566f7 commit 1d687f2

File tree

6 files changed

+4958
-1951
lines changed

6 files changed

+4958
-1951
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
node_modules
22
vendor
3+
4+
# joe's backup files
5+
.*~
6+
*~

composer.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,19 @@
77
"seo"
88
],
99
"require": {
10-
"yawik/core": "^0.34",
11-
"yawik/jobs": "^0.34",
12-
"samdark/sitemap": "^2.2",
13-
"laminas/laminas-dependency-plugin": "^1.0"
10+
"yawik/core": "^0.35",
11+
"yawik/jobs": "^0.35",
12+
"samdark/sitemap": "^2.2"
1413
},
1514
"require-dev": {
1615
"phpunit/phpunit": "^8.0",
1716
"cross-solution/phpunit-utils": "^2.0",
18-
"yawik/composer-plugin": "^1.0",
19-
"yawik/auth": "^0.34",
20-
"yawik/settings": "^0.34",
21-
"yawik/applications": "^0.34",
22-
"yawik/cv": "^0.34",
23-
"yawik/organizations": "^0.34",
17+
"yawik/composer-plugin": "^3.0",
18+
"yawik/auth": "^0.35",
19+
"yawik/settings": "^0.35",
20+
"yawik/applications": "^0.35",
21+
"yawik/cv": "^0.35",
22+
"yawik/organizations": "^0.35",
2423
"yawik/geo": "^1.0"
2524
},
2625
"license": "MIT",

0 commit comments

Comments
 (0)