Skip to content

Commit

Permalink
Merge pull request #24 from yawik/migrate-to-laminas
Browse files Browse the repository at this point in the history
Migrate to laminas
  • Loading branch information
cbleek authored Feb 18, 2020
2 parents 1faccc4 + 4b08311 commit b8a7a96
Show file tree
Hide file tree
Showing 92 changed files with 19,645 additions and 2,618 deletions.
41 changes: 41 additions & 0 deletions README.md~
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
Solr
====

This module makes job entities searchable with Solr. In addition it enables facet search.

Build status:

[![Build Status](https://travis-ci.org/yawik/Solr.svg?branch=master)](https://travis-ci.org/yawik/Solr)
[![Coverage Status](https://coveralls.io/repos/github/yawik/Solr/badge.svg?branch=develop)](https://coveralls.io/github/yawik/Solr?branch=develop)

Requirements
------------

* running [YAWIK](https://github.com/cross-solution/YAWIK)
* running Solr Server


Installation
------------
Using composer

```
composer require yawik/solr
```

Documentation
-------------

http://yawik.readthedocs.io/en/latest/modules/solr/index.html


Example
-------

http://jobs.yawik.org


Licence
-------

MIT
23 changes: 12 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,20 @@
"require": {
"php": ">=7.2",
"ext-solr": ">=2.4",
"zendframework/zend-progressbar": "^2.5",
"yawik/core": "^0.33.14",
"yawik/cv": ">=0.32",
"yawik/auth": ">=0.32",
"yawik/jobs": ">=0.32",
"yawik/applications": ">=0.32",
"yawik/settings": ">=0.32",
"yawik/organizations": ">=0.32",
"yawik/geo": ">=0.32",
"yawik/composer-plugin": ">=0.32"
"laminas/laminas-progressbar": "^2.5",
"yawik/core": "^0.34.0",
"yawik/cv": "^0.34.0",
"yawik/auth": "^0.34.0",
"yawik/jobs": "^0.34.0",
"yawik/applications": "^0.34.0",
"yawik/settings": "^0.34.0",
"yawik/organizations": "^0.34.0",
"yawik/geo": "^1.1.0",
"yawik/composer-plugin": "^1.0.0",
"laminas/laminas-dependency-plugin": "^1.0"
},
"require-dev": {
"yawik/behat": ">=0.32@dev",
"yawik/behat": "^0.34.0",
"cross-solution/phpunit-utils": "^2.0",
"phpunit/phpunit": "^8.2.3"
}
Expand Down
Loading

0 comments on commit b8a7a96

Please sign in to comment.