Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
suppressed-exceptions
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
grifart libs
suppressed-exceptions
Commits
f6f3615a
Unverified
Commit
f6f3615a
authored
Mar 11, 2019
by
Jan Kuchař
Committed by
GitHub
Mar 11, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3 from grifart/add-support-for-php74
add support for PHP 7.4
parents
ca7517d5
8af5364f
Pipeline
#15614
passed with stages
in 39 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.travis.yml
.travis.yml
+1
-0
composer.json
composer.json
+1
-1
No files found.
.travis.yml
View file @
f6f3615a
...
...
@@ -5,6 +5,7 @@ php:
-
'
7.1'
-
'
7.2'
-
'
7.3'
-
'
7.4snapshot'
before_script
:
-
composer install
...
...
composer.json
View file @
f6f3615a
...
...
@@ -3,7 +3,7 @@
"description"
:
"Adds support for suppressed exceptions as known in Java. https://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html#suppressed-exceptions"
,
"type"
:
"library"
,
"require"
:
{
"php"
:
"~7.1.0 || ~7.2.0 || ~7.3.0"
"php"
:
"~7.1.0 || ~7.2.0 || ~7.3.0
|| ~7.4.0
"
},
"scripts"
:
{
"verify"
:
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment