Skip to content

Commit 456b3ac

Browse files
authored
Feature/Illuminate Collection upgraded to 11.x. (#16)
* Dropped support for PHP 8.1.x.
1 parent 3bd4fc5 commit 456b3ac

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php-version: [ '8.1', '8.2', '8.3' ]
15+
php-version: [ '8.2', '8.3' ]
1616

1717
steps:
1818
- name: Checkout source code

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ test.xml
99
.phpunit.result.cache
1010
composer.lock
1111
wiki/Home.md
12+
/.phpunit.cache
13+
.phpactor.json

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
],
1212
"minimum-stability": "stable",
1313
"require": {
14-
"php": "^8.1",
14+
"php": "^8.1.0",
1515
"ext-json": "*",
16-
"ramsey/uuid": "^4.1",
17-
"nesbot/carbon": "^2.40",
18-
"illuminate/collections": "^10.0",
19-
"lambdish/phunctional": "^2.1",
20-
"doctrine/instantiator": "^2.0",
21-
"complex-heart/contracts": "^2.0"
16+
"ramsey/uuid": "^4.1.0",
17+
"nesbot/carbon": "^2.40.0",
18+
"illuminate/collections": "^11.0.0",
19+
"lambdish/phunctional": "^2.1.0",
20+
"doctrine/instantiator": "^2.0.0",
21+
"complex-heart/contracts": "^2.0.0"
2222
},
2323
"require-dev": {
24+
"mockery/mockery": "^1.6.0",
2425
"pestphp/pest": "^2.0",
25-
"pestphp/pest-plugin-mock": "^2.0",
2626
"pestphp/pest-plugin-faker": "^2.0",
2727
"phpstan/phpstan": "^1.0",
2828
"phpstan/extension-installer": "^1.3",

0 commit comments

Comments
 (0)