Skip to content

Commit 0c490df

Browse files
author
Mārtiņš Briedis
committed
Upgrade dependencies
1 parent 17c7e92 commit 0c490df

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: php
22

33
php:
4-
- 7.1
5-
- 7.2
6-
- 7.3
7-
- 7.4
4+
- 8.2
5+
- 8.3
6+
- 8.4
87

98
before_script:
109
- travis_retry composer self-update

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"description": "CMS backend for Gettext translation management",
44
"type": "library",
55
"require": {
6-
"php": ">=7.1",
6+
"php": ">=8.2",
77
"ext-json": "*",
88
"ext-zip": "*",
99
"ext-gettext": "*",
10-
"gettext/gettext": "^4.7.0"
10+
"gettext/gettext": "^4.8.12"
1111
},
1212
"require-dev": {
13-
"phpunit/phpunit": "^9.0",
14-
"mockery/mockery": "^1.1",
13+
"phpunit/phpunit": "^9.6",
14+
"mockery/mockery": "^1.6",
1515
"mikey179/vfsstream": "^1.6"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)