We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c7e92 commit 0c490dfCopy full SHA for 0c490df
.travis.yml
@@ -1,10 +1,9 @@
1
language: php
2
3
php:
4
- - 7.1
5
- - 7.2
6
- - 7.3
7
- - 7.4
+ - 8.2
+ - 8.3
+ - 8.4
8
9
before_script:
10
- travis_retry composer self-update
composer.json
@@ -3,15 +3,15 @@
"description": "CMS backend for Gettext translation management",
"type": "library",
"require": {
- "php": ">=7.1",
+ "php": ">=8.2",
"ext-json": "*",
"ext-zip": "*",
"ext-gettext": "*",
- "gettext/gettext": "^4.7.0"
+ "gettext/gettext": "^4.8.12"
11
},
12
"require-dev": {
13
- "phpunit/phpunit": "^9.0",
14
- "mockery/mockery": "^1.1",
+ "phpunit/phpunit": "^9.6",
+ "mockery/mockery": "^1.6",
15
"mikey179/vfsstream": "^1.6"
16
17
"autoload": {
0 commit comments