Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
Conflicts:
	module/Core/public/less/yawik.less
  • Loading branch information
cbleek committed Apr 16, 2019
2 parents 70451a5 + 1e9f86e commit 7d85b82
Show file tree
Hide file tree
Showing 552 changed files with 12,523 additions and 5,694 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,7 +1,7 @@
/.env
/behat.yml
/.env.test
/composer.lock
/package-lock.json

#
# General text editors backup files
Expand Down
16 changes: 10 additions & 6 deletions composer.json
Expand Up @@ -23,13 +23,17 @@
"support": {
"email": "contact@yawik.org",
"docs": "http://yawik.readthedocs.org/en/latest/",
"forum": "https://groups.google.com/forum/#!forum/yawik",
"issues": "https://github.com/cross-solution/YAWIK/issues"
"forum": "https://groups.google.com/forum/#!forum/yawik",
"issues": "https://github.com/cross-solution/YAWIK/issues"
},
"license": "MIT",
"keywords": [
"human resource", "human relation", "applicant", "ATS",
"zf2", "jobboard"
"human resource",
"human relation",
"applicant",
"ATS",
"zf2",
"jobboard"
],
"homepage": "http://yawik.org/",
"minimum-stability": "dev",
Expand All @@ -53,6 +57,7 @@
"symfony/process": "^3.4 | ^4.1",
"tracy/tracy": "^2.4",
"yawik/composer-plugin": ">=0.32@dev",
"yawik/geo": "^0.33.9",
"zendframework/zend-authentication": "^2.5",
"zendframework/zend-cache": "^2.7",
"zendframework/zend-captcha": "^2.7",
Expand Down Expand Up @@ -87,7 +92,7 @@
"lakion/mink-debug-extension": "^1.2.3",
"mikey179/vfsstream": "^1.6",
"novaway/common-contexts": "~2.0",
"phpunit/phpunit": "^5.7",
"phpunit/phpunit": "^7.5.8 || ^8.1.2",
"se/selenium-server-standalone": "^2.52",
"zendframework/zend-component-installer": "^1.1 | ^2.0",
"zendframework/zend-test": "^3.1"
Expand Down Expand Up @@ -154,7 +159,6 @@
"yawik/auth": "self.version",
"yawik/core": "self.version",
"yawik/cv": "self.version",
"yawik/geo": "self.version",
"yawik/install": "self.version",
"yawik/jobs": "self.version",
"yawik/organizations": "self.version",
Expand Down

0 comments on commit 7d85b82

Please sign in to comment.