Skip to content

Commit

Permalink
Merge pull request #2 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 19, 2020
2 parents 35e52b6 + df91820 commit e3bb963
Show file tree
Hide file tree
Showing 18 changed files with 2,103 additions and 8,974 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ vendor
behat.yml
node_modules/
/var/
package-lock.json
.phpunit.result.cache
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: php

addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
#addons:
# apt:
# sources:
# - google-chrome
# packages:
# - google-chrome-stable

cache:
directories:
Expand Down Expand Up @@ -41,7 +41,7 @@ install:
- pecl install -f ${PECLMONGO}
- phpenv config-add .travis/phpenv.ini
# TODO: change to --prefer-dist when CoreTestUtils become separate packages
- COMPOSER_MEMORY_LIMIT=-1 composer install
- COMPOSER_MEMORY_LIMIT=-1 composer install

before_script:
# behat preparation
Expand Down
25 changes: 13 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "yawik-module",
"name": "yawik/export-ba",
"description": "This module exports jobs to the 'Bundesagentur für Arbeit'",
"description": "This module exports jobs to the 'Bundesagentur f\u00fcr Arbeit'",
"license": "MIT",
"authors": [
{
Expand All @@ -15,7 +15,7 @@
"keywords": [
"yawik",
"module",
"zf3",
"laminas",
"ba",
"export"
],
Expand All @@ -32,19 +32,20 @@
"require": {
"php": ">=7.2",
"beberlei/assert": "^3.2",
"yawik/jobs": "^0.33"
"yawik/jobs": "^0.34",
"laminas/laminas-dependency-plugin": "^1.0"
},
"require-dev": {
"yawik/applications": "^0.33",
"yawik/auth": "^0.33",
"yawik/behat": "^0.32@dev",
"yawik/composer-plugin": "^1",
"yawik/core": "^0.33",
"yawik/cv": "^0.33",
"yawik/applications": "^0.34",
"yawik/auth": "^0.34",
"yawik/behat": "^0.34",
"yawik/composer-plugin": "^1.0",
"yawik/core": "^0.34",
"yawik/cv": "^0.34",
"yawik/geo": "^1.1",
"yawik/install": "^0.33.14",
"yawik/organizations": "^0.33",
"yawik/settings": "^0.33",
"yawik/install": "^0.34",
"yawik/organizations": "^0.34",
"yawik/settings": "^0.34",
"phpunit/phpunit": "^8.0",
"cross-solution/phpunit-utils": "^2.0",
"squizlabs/php_codesniffer": "^3.5",
Expand Down
Loading

0 comments on commit e3bb963

Please sign in to comment.