Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 40d4183

Browse files
committed
Added PHP 7.4 to the tests environments, updated copyright, updated keywords
1 parent 0b85eb6 commit 40d4183

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ matrix:
1111
- php: '7.1'
1212
- php: '7.2'
1313
- php: '7.3'
14+
- php: '7.4'
1415
env:
1516
# Do not run analysis on PR (secure env variables like SONAR_TOKEN are not always available)
1617
- WITH_SONAR_ANALYSIS=$([ "$TRAVIS_PULL_REQUEST" = "false" ] && echo true || echo false)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Mastercard
3+
Copyright (c) 2019 - 2020 Mastercard
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"type": "library",
55
"license": "MIT",
66
"keywords": [
7+
"openapi",
8+
"mastercard",
79
"field-level-encryption",
810
"fle",
911
"encryption",

0 commit comments

Comments
 (0)