Skip to content

Commit a60a05b

Browse files
Load dev version of PHP Presentation for tagging
1 parent 6a4d3f6 commit a60a05b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1|^8.2",
20-
"illuminate/contracts": "^9.0|^10.0|^11.0",
21-
"phpoffice/phppresentation": "^1.1",
19+
"php": "^8.1",
20+
"illuminate/contracts": "^9.0|^10.0|^11.0|^12.0",
21+
"phpoffice/phppresentation": "dev-master",
2222
"spatie/laravel-package-tools": "^1.14.0"
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.0",
26-
"nunomaduro/collision": "^6.0",
27-
"orchestra/testbench": "^7.0",
28-
"pestphp/pest": "^1.0",
29-
"pestphp/pest-plugin-laravel": "^1.0"
26+
"nunomaduro/collision": "^6.0|^7.0|^8.0",
27+
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
28+
"pestphp/pest": "^1.0 | ^2.0 | ^3.0",
29+
"pestphp/pest-plugin-laravel": "^1.0 | ^2.0 | ^3.0"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)