Skip to content

Commit

Permalink
min php 8, refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpts committed Nov 29, 2020
1 parent 41f99d1 commit 1948a3c
Show file tree
Hide file tree
Showing 12 changed files with 1,031 additions and 467 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/vendor/
vendor/
test/clover.xml
.phpunit.result.cache
.idea
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tools:
build:
environment:
php:
version: 7.4
version: 8.0

tests:
override:
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php
php:
- 7.4
#- 8.0
- nightly

before_script:
- composer self-update
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
},
"minimum-stability": "stable",
"require": {
"php": "^7.4",
"alexpts/php-hydrator": "^3.0",
"php": "^8.0",
"alexpts/php-hydrator": "^4.0",
"psr/container": "^1.0"
},
"require-dev": {
"fzaninotto/faker": "^1.9",
"phpunit/phpunit": "^8.5",
"blackfire/php-sdk": "^1.21"
"fzaninotto/faker": "dev-master",
"phpunit/phpunit": "^9.4",
"blackfire/php-sdk": "^1.23"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 1948a3c

Please sign in to comment.