Skip to content

Commit 25204a3

Browse files
feat: php 8 support
1 parent f64ee27 commit 25204a3

2 files changed

Lines changed: 296 additions & 67 deletions

File tree

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "syntaxphoenix/bgpview-php",
3-
"version": "0.0.5",
43
"type": "framework",
54
"autoload": {
65
"psr-4": {
76
"SyntaxPhoenix\\Api\\BGPView\\" : "src/"
87
}
98
},
109
"require": {
11-
"guzzlehttp/guzzle": "7.0",
10+
"guzzlehttp/guzzle": "^7.2.0",
1211
"nette/caching": "^3.1"
1312
}
1413
}

0 commit comments

Comments
 (0)