Skip to content

Commit

Permalink
just switch to PHP 8.x as default configuration of Netbeans IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgp committed Apr 5, 2021
1 parent 3aa3169 commit 92a1c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^5.4 || ^5.5 || ^5.6 || ^7.0 || ^7.1 || ^7.2 || ^7.3",
"php": "^5.4 || ^5.5 || ^5.6 || ^7.0 || ^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0",
"ext-json": "*"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ auxiliary.org-netbeans-modules-editor-indent.text.x-php5.CodeStyle.project.text-
browser.reload.on.save=true
include.path=\
${php.global.include.path}
php.version=PHP_73
php.version=PHP_80
project.license=mit
source.encoding=UTF-8
src.dir=.
Expand Down

0 comments on commit 92a1c98

Please sign in to comment.