Skip to content

Commit 887c2c5

Browse files
Merge pull request #11 from RedSnapper/1.1.0
v1.1.0 - PHP 8.3 support, Bump dependencies, migrate PHPUnit config
2 parents a316858 + 01a542e commit 887c2c5

File tree

6 files changed

+2343
-1511
lines changed

6 files changed

+2343
-1511
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/vendor/
22
.idea/
33
.DS_Store
4-
.phpunit.result.cache
4+
.phpunit.result.cache
5+
/.phpunit.cache

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rs/laravel-version-control",
33
"description": "Foundations for making your app version controlled. Provides migration, blueprint and base models. Will make your app GxP compliant if you exclusively use the VC models and table structure as set out in this package.",
44
"require": {
5-
"php": "^7.3|^8.0"
5+
"php": "^8.0"
66
},
77
"autoload": {
88
"psr-4": {
@@ -15,10 +15,10 @@
1515
}
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^9.2",
18+
"phpunit/phpunit": "^10.0",
1919
"mockery/mockery": "^1.0",
20-
"orchestra/testbench": "^7.0",
21-
"laravel/legacy-factories": "1.x-dev"
20+
"orchestra/testbench": "^8.0",
21+
"laravel/legacy-factories": "^1.4"
2222
},
2323
"authors": [
2424
{

0 commit comments

Comments
 (0)