Skip to content

Commit 549079d

Browse files
felixuref3l1x
authored andcommitted
Composer: require PHP 8.2+, use contributte packages
1 parent 2add8fb commit 549079d

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

composer.json

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,20 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.2",
19+
"php": ">=8.2",
2020
"league/oauth2-client": "^2.6.0",
2121
"nette/http": "^3.0.5"
2222
},
2323
"require-dev": {
24-
"nette/di": "^3.0.0",
25-
"nette/application": "^3.1.0",
24+
"contributte/phpstan": "^0.2.0",
25+
"contributte/qa": "^0.4.0",
26+
"contributte/tester": "^0.3.0",
2627
"league/oauth2-facebook": "^2.0.5",
2728
"league/oauth2-google": "^3.0.3",
28-
"mockery/mockery": "^1.3.3",
29-
"ninjify/qa": "^0.12",
30-
"ninjify/nunjuck": "^0.4",
31-
"phpstan/phpstan": "^1.0",
32-
"phpstan/phpstan-deprecation-rules": "^1.0",
33-
"phpstan/phpstan-nette": "^1.0",
34-
"phpstan/phpstan-strict-rules": "^1.0"
29+
"mockery/mockery": "^1.6.12",
30+
"nette/application": "^3.1.0",
31+
"nette/di": "^3.0.0",
32+
"omines/oauth2-gitlab": "^3.6.0"
3533
},
3634
"autoload": {
3735
"psr-4": {
@@ -40,8 +38,7 @@
4038
},
4139
"autoload-dev": {
4240
"psr-4": {
43-
"Tests\\Cases\\": "tests/cases",
44-
"Tests\\Fixtures\\": "tests/fixtures"
41+
"Tests\\": "tests"
4542
}
4643
},
4744
"minimum-stability": "dev",
@@ -54,7 +51,7 @@
5451
},
5552
"extra": {
5653
"branch-alias": {
57-
"dev-develop": "0.3.x-dev"
54+
"dev-master": "0.3.x-dev"
5855
}
5956
}
6057
}

0 commit comments

Comments
 (0)