Skip to content

Commit 1948a3c

Browse files
committed
min php 8, refactoring
1 parent 41f99d1 commit 1948a3c

12 files changed

+1031
-467
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
/vendor/
1+
vendor/
22
test/clover.xml
3+
.phpunit.result.cache
34
.idea

.scrutinizer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tools:
2020
build:
2121
environment:
2222
php:
23-
version: 7.4
23+
version: 8.0
2424

2525
tests:
2626
override:

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: php
22
php:
3-
- 7.4
3+
#- 8.0
4+
- nightly
45

56
before_script:
67
- composer self-update

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
},
2424
"minimum-stability": "stable",
2525
"require": {
26-
"php": "^7.4",
27-
"alexpts/php-hydrator": "^3.0",
26+
"php": "^8.0",
27+
"alexpts/php-hydrator": "^4.0",
2828
"psr/container": "^1.0"
2929
},
3030
"require-dev": {
31-
"fzaninotto/faker": "^1.9",
32-
"phpunit/phpunit": "^8.5",
33-
"blackfire/php-sdk": "^1.21"
31+
"fzaninotto/faker": "dev-master",
32+
"phpunit/phpunit": "^9.4",
33+
"blackfire/php-sdk": "^1.23"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)