Skip to content

Commit

Permalink
Update to PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Feb 6, 2021
1 parent d4c69ed commit 5248e8a
Show file tree
Hide file tree
Showing 4 changed files with 1,399 additions and 739 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/vendor/
/build/
composer.lock
.phpunit.result.cache
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "femtopixel/crop",
"description": "PHP Component to resize images from a configuration file",
"require": {
"php": "^7.1"
"php": "^8.0"
},
"require-dev": {
"phpmd/phpmd": "^2.4",
"phpunit/phpunit": "^6.0",
"phpunit/phpunit": "^9.0",
"squizlabs/php_codesniffer": "^3.0",
"sebastian/phpcpd": "^3.0",
"phploc/phploc": "^4.0",
"sebastian/phpcpd": "^6.0",
"phploc/phploc": "^7.0",
"codeclimate/php-test-reporter": "^0.4"
},
"autoload": {
Expand Down
Loading

0 comments on commit 5248e8a

Please sign in to comment.