We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e2d75 commit 25c3035Copy full SHA for 25c3035
composer.json
@@ -12,16 +12,16 @@
12
}
13
],
14
"require": {
15
- "php": "^7.2",
16
- "illuminate/notifications": "^6.0|^7.0",
17
- "illuminate/support": "^6.0|^7.0",
+ "php": "^7.2|^8.0",
+ "illuminate/notifications": "^6.0|^7.0|^8.0",
+ "illuminate/support": "^6.0|^7.0|^8.0",
18
"interfax/interfax": "^1.1"
19
},
20
"require-dev": {
21
"mockery/mockery": "^1.0",
22
"mpdf/mpdf": "^8.0",
23
- "orchestra/testbench": "~4.0|~5.0",
24
- "phpunit/phpunit": "^8.0"
+ "orchestra/testbench": "~4.0|~5.0|~6.0",
+ "phpunit/phpunit": "^8.0|^9.3.3"
25
26
"autoload": {
27
"psr-4": {
0 commit comments