Skip to content
This repository was archived by the owner on Mar 2, 2023. It is now read-only.

Commit 457cddc

Browse files
author
Ion Ghițun
committed
master - bumped php version
1 parent 71587ad commit 457cddc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: php
22

33
php:
4-
- 7.3
54
- 7.4
5+
- 8.0
66

77
before_script:
88
- composer self-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"homepage": "https://github.com/ionghitun/laravel-lumen-mysql-encryption",
2121
"type": "library",
2222
"require": {
23-
"php": ">=7.3",
23+
"php": ">=7.4",
2424
"illuminate/database": "^8.0",
2525
"ext-openssl": "*",
2626
"fakerphp/faker": "^1.9"

0 commit comments

Comments
 (0)