Skip to content

Commit

Permalink
Remove vendor and ignore it. Remove composer installers. Set php to 8…
Browse files Browse the repository at this point in the history
….0 and update phpunit to 9
  • Loading branch information
goncaloasimoes committed Jan 11, 2023
1 parent 35c6aa1 commit 74a503f
Show file tree
Hide file tree
Showing 1,884 changed files with 667 additions and 146,992 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vm/
.idea/
vendor/
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"license": "GPL-2.0-or-later",
"prefer-stable": true,
"require": {
"php": ">=7.2.0",
"composer/installers": "1.*,>=1.0.1"
"php": "^8.0"
},
"autoload": {
"psr-4": {
Expand All @@ -26,6 +25,6 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7"
"phpunit/phpunit": "^9"
}
}
Loading

0 comments on commit 74a503f

Please sign in to comment.