Skip to content

Commit 376cadd

Browse files
committed
update phpmig to php 8.0
1 parent 3e214c5 commit 376cadd

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

composer.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,22 @@
77
"license": "MIT",
88
"authors": [{
99
"name": "Dave Marshall",
10-
"email": "dave.marshall@atstsolutions.co.uk",
1110
"homepage": "http://davedevelopment.co.uk"
1211
},
1312
{
14-
"name": "David Nielsen",
15-
"email": "david@panmedia.co.nz"
13+
"name": "David Nielsen"
14+
},
15+
{
16+
"name": "Sven Keil",
17+
"homepage": "https://skeilit.de"
1618
}],
1719
"require": {
18-
"php": ">=7.1",
19-
"symfony/console": "^2.0||^3.0||^4.0||^5.0",
20-
"symfony/config": "^2.0||^3.0||^4.0||^5.0"
20+
"php": "^7.2 || ^8.0",
21+
"symfony/console": "^4.0||^5.0||^6.0",
22+
"symfony/config": "^4.0||^5.0||^6.0"
2123
},
2224
"require-dev": {
23-
"phpunit/phpunit": "^7.5||^8.5||^9.2",
25+
"phpunit/phpunit": "^8.5 || ^9.5",
2426
"mockery/mockery": "*@dev"
2527
},
2628
"suggest": {

0 commit comments

Comments
 (0)