Skip to content

Commit

Permalink
Support for nette 3.0 and php 7.3 (#26)
Browse files Browse the repository at this point in the history
* Updated dependencies, migrated to PSR-4, Updated to PHP 7.1
* Updated pdf test output files
  • Loading branch information
Stopka authored and castamir committed Jun 4, 2019
1 parent 0f6870c commit 83782f4
Show file tree
Hide file tree
Showing 12 changed files with 113 additions and 87 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/vendor/
/.idea/
/composer.lock
*.iml
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
matrix:
allow_failures:
- php: hhvm
Expand Down
14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
}
],
"require": {
"php": ">=5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0",
"mpdf/mpdf": "~7.0.0"
"php": "~7.1.0 || ~7.2.0 || ~7.3.0",
"mpdf/mpdf": "~8.0.0"
},
"require-dev": {
"nette/application": "~2.2",
"nette/tester": "~2.0",
"nette/application": "~3.0",
"nette/tester": "~2.2",
"symfony/dom-crawler": "~2.5",
"symfony/css-selector": "~2.5",
"latte/latte": "~2.2"
"latte/latte": "~2.5"
},
"extra": {
"branch-alias": {
Expand All @@ -36,6 +36,8 @@
},
"license": "LGPL-3.0",
"autoload": {
"classmap": ["src"]
"psr-4": {
"Joseki\\Application\\Responses\\": "src/"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 83782f4

Please sign in to comment.