Skip to content

Commit e35b395

Browse files
committed
PHP 8
1 parent 86d7423 commit e35b395

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

LICENSE

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

3-
Copyright (c) 2019 Gregory Baboolal
3+
Copyright (c) 2021 Gregory Baboolal
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.4",
14+
"php": "^8.0",
1515
"ext-json": "*",
16-
"mvc5/mvc5": "^14.0",
17-
"psr/http-factory": "^1.0",
18-
"psr/http-message": "^1.0",
19-
"laminas/laminas-diactoros": "^2.2",
20-
"symfony/http-foundation": "^5.0"
16+
"mvc5/mvc5": "^15.0",
17+
"psr/http-factory": "^1.0.1",
18+
"psr/http-message": "^1.0.1",
19+
"laminas/laminas-diactoros": "^2.5.1",
20+
"symfony/http-foundation": "^5.2.7"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)